mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-06-05 10:06:03 +02:00
Merge remote-tracking branch 'sylhare/Type-on-Strap'
This commit is contained in:
parent
abb4d6b8e3
commit
a8c4c41aaf
91 changed files with 9399 additions and 16125 deletions
_layouts
|
@ -25,7 +25,7 @@ layout: page
|
|||
{% for post in site.categories[group] %}
|
||||
<a href="{{ post.url | relative_url }}" class="category-post-link">
|
||||
<div class="item">
|
||||
<p class="meta">{{ post.date | date: "%B %-d, %Y" }}</p>
|
||||
<p class="meta">{{ post.date | date: site.data.language.str_date_format | default: '%B %-d, %Y' }}</p>
|
||||
<p class="title">{{ post.title }}</p>
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue