Removed date

This commit is contained in:
Jonathan Noack 2023-05-01 15:36:53 +02:00
parent 54215cba8e
commit c8cd54d60e
3 changed files with 36 additions and 5 deletions

35
locales/de.json Normal file
View File

@ -0,0 +1,35 @@
{
"Back": "Zurück",
"Newer Posts": "Neuere Artikel",
"Older Posts": "Ältere Artikel",
"Latest": "Aktuelles",
"Page {page} of {pages}": "Seite {page} von {pages}",
"Subscribe": "Anmelden",
"Sign in": "Einloggen",
"Email Sent!": "Email wurde verschickt.",
"Subscribe to {blogtitle}": "Subscribe to {blogtitle}",
"Subscribed!": "Angemeldet!",
"with the email address": "mit der Email Adresse",
"Your email address": "Ihre Email Adresse",
"You've successfully subscribed to": "Sie haben sich erfolgreich angemeldet",
"A collection of posts": "Eine Sammlung von Beiträgen",
"A collection of 1 post": "A collection of 1 post",
"A collection of % posts": "A collection of % posts",
"Get the latest posts delivered right to your inbox": "Erhalte neue Artikel per Mail",
"Latest Posts": "Aktuelle Artikel",
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Mehr von </a>{name}",
"No posts": "Keine Artikel",
" (Page %)": " (Seite %)",
"Read More": "Mehr lesen",
"Read <a href='{url}'>more posts</a> by this author": "Read <a href='{url}'>more posts</a> by this author",
"See all % posts": "See all % posts",
"Share this": "Diese Seite teilen",
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Stay up to date! Get all the latest & greatest posts delivered straight to your inbox",
"This post was a collaboration between": "This post was a collaboration between",
"youremail@example.com": "youremail@example.com",
"1 post": "1 post",
"% posts": "% posts",
"1 min read": "1 min read",
"% min read": "% min read",
"Powered by Ghost": "Website erstellt mit Ghost"
}

View File

@ -27,10 +27,6 @@
{{/if}}
{{/match}}
<footer class="gh-card-meta">
<time class="gh-card-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
{{#if reading_time}}
<span class="gh-card-length">{{reading_time}}</span>
{{/if}}
{{#unless access}}
{{^has visibility="public"}}
<span class="gh-card-access">

View File

@ -37,7 +37,7 @@
<a href="{{url}}">{{name}}</a>
</h4>
{{/primary_author}}
<time class="gh-article-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time></div>
{{!-- <time class="gh-article-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time></div> --}}
{{#if primary_tag}}
<a class="gh-article-tag" href="{{primary_tag.url}}" style="--tag-color: {{primary_tag.accent_color}}">{{primary_tag.name}}</a>
{{/if}}