{{ page.title }}
+
+ {{ page.date | date: "%B %e, %Y" }}
+
+
{{ content }}
- diff --git a/_config.yml b/_config.yml index db57a35..22ac80d 100644 --- a/_config.yml +++ b/_config.yml @@ -3,10 +3,10 @@ # # The name of your site -name: Barry Clark +name: Jekyll Boilerplate # A short bio or description -description: Short bio of description placeholder. +description: Your blog with Jekyll—no setup required. # A URL pointing to your avatar or profile pic # To use your Gravatar: (the one that GitHub uses for your profile pic) diff --git a/_layouts/default.html b/_layouts/default.html index d7f8c43..fd55250 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,13 +21,13 @@
{{ site.description }}
diff --git a/_layouts/page.html b/_layouts/page.html index 9b67cad..cff5360 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,7 +3,8 @@ layout: default ---
{{ post.title }}
-{{ post.title }}
-