Ändeungsdatum eingefügt

This commit is contained in:
Bernd Reuther
2020-10-23 14:21:37 +02:00
parent 3c60d782c8
commit 45d2a35032
2 changed files with 20 additions and 1 deletions
+18
View File
@@ -392,3 +392,21 @@ A[Client] --> B[Load Balancer]
B --> C[Server01] B --> C[Server01]
B --> D[Server02] B --> D[Server02]
``` ```
#### git - letzte Änderung
```
pip3 install mkdocs-git-revision-date-localized-plugin
```
```
plugins:
- git-revision-date-localized
```
```
Letzte Änderung: {{ git_revision_date_localized }}
```
---
Letzte Änderung: {{ git_revision_date_localized }}
+2 -1
View File
@@ -43,4 +43,5 @@ plugins:
IP_ADRESSE: IP_ADRESSE:
placeholder: z.B. 0.0.0.0 placeholder: z.B. 0.0.0.0
DOMAIN_NAME: DOMAIN_NAME:
placeholder: z.B. fritz.box placeholder: z.B. fritz.box
- git-revision-date-localized