diff --git a/_posts/2011-03-10-sample-post.md b/_posts/2011-03-10-sample-post.md index 20da7ef6..62112a74 100644 --- a/_posts/2011-03-10-sample-post.md +++ b/_posts/2011-03-10-sample-post.md @@ -2,6 +2,7 @@ layout: post title: Sample Post description: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more." +modified: 2013-05-31 category: articles tags: [intro, beginner, jekyll, tutorial] image: @@ -93,3 +94,9 @@ HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, c Make any link standout more when applying the `.btn` class.
This is a button
+ +
This is an inverse button
+ +
This is small button
+ +
Small inverse button
diff --git a/feed.xml b/feed.xml index e1cd2ccb..8b094697 100644 --- a/feed.xml +++ b/feed.xml @@ -21,9 +21,8 @@ layout: none <![CDATA[{{ post.title | cdata_escape }}]]> {{ site.url }}{{ post.id }} - {% if post.modified %}{{ post.modified | date_to_xmlschema }} {{ post.date | date_to_xmlschema }} - {% else %}{{ post.date | date_to_xmlschema }}{% endif %} + {% if post.modified %}{{ post.modified | to_xmlschema }}{% endif %} {{ site.owner.name }} {{ site.url }}/