From 167b8387a93e5abfffbfa9ff3378b042b15889bb Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Fri, 23 Oct 2020 15:02:18 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungsdatum?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 4 +--- mkdocs.yml | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 09da921..b8109d0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -404,9 +404,7 @@ plugins: - git-revision-date-localized ``` -``` -Letzte Änderung: {{ git_revision_date_localized }} -``` +Im Text: `Letzte Änderung: {{ git_revision_date_localized }}` --- Letzte Änderung: {{ git_revision_date_localized }} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 3523dcb..f480310 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -44,4 +44,5 @@ plugins: placeholder: z.B. 0.0.0.0 DOMAIN_NAME: placeholder: z.B. fritz.box - - git-revision-date-localized \ No newline at end of file + - git-revision-date-localized + type: datetime \ No newline at end of file