diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-09-25 19:13:16 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-09-25 19:13:16 +0200 |
| commit | 259e8ab7a3a7e607263ca07e53787d85881bab8a (patch) | |
| tree | a726ede11d679fe93515cca062692bfc29e7d87f /_layouts/post.html | |
| parent | f5329b13315fcc501cd6c8630e0158eae4a88f16 (diff) | |
| download | jo.mssola.com-259e8ab7a3a7e607263ca07e53787d85881bab8a.tar.gz jo.mssola.com-259e8ab7a3a7e607263ca07e53787d85881bab8a.zip | |
Re-bumped much of the application
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 11 |
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 }} |
