# HG changeset patch # User Steve Losh # Date 1261011486 18000 # Node ID 87f3757e1b2e99e6aadb64720170049632324a76 # Parent b2f55c835d06dc24ef60d5e6a7cf3e21234376ea More cleanup. diff -r b2f55c835d06 -r 87f3757e1b2e content/about/about.html --- a/content/about/about.html Wed Dec 16 19:56:37 2009 -0500 +++ b/content/about/about.html Wed Dec 16 19:58:06 2009 -0500 @@ -1,9 +1,10 @@ {% extends "_flatpage.html" %} -{%hyde +{% hyde title: "About" %} + {% block article %} 074/365 @@ -45,5 +46,4 @@ If you want to know more about the website itself, check out the [project page](/projects/stevelosh-com/). - {% endblock %} diff -r b2f55c835d06 -r 87f3757e1b2e content/archives/firstpost.html --- a/content/archives/firstpost.html Wed Dec 16 19:56:37 2009 -0500 +++ b/content/archives/firstpost.html Wed Dec 16 19:58:06 2009 -0500 @@ -1,8 +1,13 @@ {% extends "_post.html" %} -{%hyde + +{% hyde title: "Welcome to Hyde!" created: 2009-03-01 20:19:00 %} + + {% block article %} + Congratulations! You have successfully set up hyde! + {% endblock %} \ No newline at end of file diff -r b2f55c835d06 -r 87f3757e1b2e content/archives/index.html --- a/content/archives/index.html Wed Dec 16 19:56:37 2009 -0500 +++ b/content/archives/index.html Wed Dec 16 19:58:06 2009 -0500 @@ -1,5 +1,6 @@ {% extends "skeleton/_listing.html" %} -{%hyde + +{% hyde title: "Archives" exclude: True %} \ No newline at end of file diff -r b2f55c835d06 -r 87f3757e1b2e content/index.html --- a/content/index.html Wed Dec 16 19:56:37 2009 -0500 +++ b/content/index.html Wed Dec 16 19:58:06 2009 -0500 @@ -1,5 +1,6 @@ {% extends "skeleton/_index.html" %} -{%hyde + +{% hyde title: "Blog Posts" listing: True %} diff -r b2f55c835d06 -r 87f3757e1b2e content/resume/resume.html --- a/content/resume/resume.html Wed Dec 16 19:56:37 2009 -0500 +++ b/content/resume/resume.html Wed Dec 16 19:58:06 2009 -0500 @@ -1,6 +1,6 @@ {% extends "_flatpage.html" %} -{%hyde +{% hyde title: "Résumé" exclude: True %}