aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index f8174f5..4b0b9dd 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,16 +6,7 @@ layout: default
{{ page.title }}{% if page.subtitle %}.<small class="post-subtitle"> {{ page.subtitle }}</small>{% endif %}
</h1>
-<p class="post-meta">
- {% t blog.posted_on %}
- {% if site.lang == "ca" %}
- {% include date.html date=page.date %}
- {{ pre }}{{ day }} de {{ month }} del {{ year }}
- {% else %}
- {{ post.date | date: "%B %-d, %Y" }}
- {% endif %}
- {% t footer.by %} {{ site.author }}
-</p>
+{% include postmeta.html urltobeused="/" date=page.date tags=page.tags %}
{{ content }}