aboutsummaryrefslogtreecommitdiff
path: root/_includes/postmeta.html
blob: 0c7416d97be869d3b5c164801145e069ce3150fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="post-meta">
  <div class="autor">
    {% t blog.posted_on %}

    {% if site.lang == "ca" %}
      {% include date.html date=include.date %}
      {{ pre }}{{ day }} de {{ month }} del {{ year }}
    {% else %}
      {{ post.date | date: "%B %-d, %Y" }}
    {% endif %}

    {% t footer.by %} {{ site.author }}.
    <span>{% t blog.tags %}: </span>
  </div>
  <div class="separator"></div>

  {% include listtags.html tags=include.tags urltobeused=include.urltobeused %}
</div>