{{ page.title | escape }}
+ +
+ {{ content }}
+
+ {%- include share_page.html -%}
+ {%- if site.disqus.shortname -%}
+ {%- include disqus_comments.html -%}
+ {%- endif -%}
+
+
+diff --git a/_config.yml b/_config.yml index 900a761..17c0d3e 100644 --- a/_config.yml +++ b/_config.yml @@ -56,3 +56,4 @@ linkedin_username: frank-goyens-093471105 linkedin_display_name: LinkedIn blogspot_username: frankgoyens google_analytics: G-S5S027CNC5 +twitter_username: FrankGoyens \ No newline at end of file diff --git a/_includes/share_page.html b/_includes/share_page.html new file mode 100644 index 0000000..cbd3fc3 --- /dev/null +++ b/_includes/share_page.html @@ -0,0 +1,6 @@ +
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..0da270f --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,27 @@ +--- +layout: default +--- +