diff --git a/_posts/2016/2016-10-20-test.md b/_posts/2016/2016-10-20-test.md new file mode 100644 index 0000000..ea0e71c --- /dev/null +++ b/_posts/2016/2016-10-20-test.md @@ -0,0 +1,8 @@ +--- +layout: "post" +title: "test" +date: "2016-10-20 15:57" +categories: "blog" +--- +#this is a test +hello world diff --git a/_src/_layouts/post.html b/_src/_layouts/post.html new file mode 100644 index 0000000..d1c3701 --- /dev/null +++ b/_src/_layouts/post.html @@ -0,0 +1,55 @@ +--- +layout: base +--- + + + + {% include menu-main.html %} + + + {{ page.title }} + + + + + + {% if page.path contains '.md' %} + + {% endif %} + + {{ content }} + + {% if page.path contains '.md' %} + + {% endif %} + + + +{% if page.title == "Whitepaper" %} + + + + {{ page.whitepaper.title }} + {{ page.whitepaper.text }} + + + + {% for whitepaper in page.whitepaper.files %} + {{ whitepaper.button }} + {% endfor %} + + Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }} + + + + {% include section-newsletter.html %} +{% endif %} + +{% if page.comments %} + +{% endif %}
{{ page.whitepaper.text }}
+ {% for whitepaper in page.whitepaper.files %} + {{ whitepaper.button }} + {% endfor %} +
Last updated: {{ page.whitepaper.updated | date: '%B %d, %Y' }}