87f3757e1b2e

More cleanup.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Dec 2009 19:58:06 -0500
parents b2f55c835d06
children 26eca19cae3b
branches/tags (none)
files content/about/about.html content/archives/firstpost.html content/archives/index.html content/index.html content/resume/resume.html

Changes

--- 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 %}
 
 <a href="http://www.flickr.com/photos/sjl7678/2332680141/" title="074/365 by Steve Losh, on Flickr"><img src="http://farm3.static.flickr.com/2378/2332680141_533362e5db_m.jpg" width="173" height="240" alt="074/365" /></a>
@@ -45,5 +46,4 @@
 
 If you want to know more about the website itself, check out the [project page](/projects/stevelosh-com/).
 
-    
 {% endblock %}
--- 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
--- 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
--- 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
 %}
--- 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
 %}