Base pelican-hyde theme

This commit is contained in:
José Guilherme Vanz
2015-10-25 02:01:30 -02:00
parent 832c293396
commit f946b964a6
9 changed files with 890 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{% extends "base.html" %}
{% block content %}
<div class="post">
<h1 class="post-title">{{ article.title }}</h1>
<span class="post-date">{{ article.locale_date }}</span>
{{ article.content }}
{% include 'fragments/disqus.html' %}
</div>
{% endblock %}