mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Merge branch 'main' into rearrange-landingpage
This commit is contained in:
commit
ecd63282fc
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ str_javascript_required_disqus: "Please enable JavaScript to view comments."
|
|||
str_no_result_found: "No result found"
|
||||
str_cookie_approve: "Approve"
|
||||
str_cookie_disclaimer: "We would like to use third party cookies and scripts to improve the functionality of this website."
|
||||
str_months: [January, February, March, April, May, June, July, August, September, October, November, December]
|
||||
str_months: [Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
|
||||
str_more_blog_entries: "Mehr Blogeinträge..."
|
||||
|
||||
# Localization settings
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% assign author = site.data.authors[include.author] %}
|
||||
{% assign date = include.date | default: "today" | date: "%B %-d, %Y" %}
|
||||
{% assign date = include.date | default: "today" | date: "%-d. %B %Y" %}
|
||||
|
||||
<div class="post-info">
|
||||
{%- if author.url -%}<a href="{{ author.url | relative_url }}" target="_blank" rel="noopener">{%- endif -%}
|
||||
|
@ -9,7 +9,7 @@
|
|||
<p class="meta">
|
||||
{% if author.name %}{{ author.name }} - {% endif %}
|
||||
{% assign x = date | date: "%m" | minus: 1 %}
|
||||
{{ site.data.language.str_months[x] | default: date | date: "%B" }} {{ date | date: "%d, %Y" }}
|
||||
{{ date | date: "%-d. " }}{{ site.data.language.str_months[x]}} {{ date | date: "%Y" }}
|
||||
</p>
|
||||
{%- if author.url -%}</a>{%- endif -%}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue