diff options
author | uvok cheetah | 2019-05-19 20:38:46 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-21 19:34:33 +0200 |
commit | 11414794db4dfc4ec1dfe70d85cf6f74571f07d8 (patch) | |
tree | 8179178d9e04b64881876cc288c8c8f2d1963a0a /_includes/footer.html | |
parent | 94a1838e3b2ea1b1a433a170152c34cbd5265e3e (diff) |
Add generation timestamp
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index bc160cb..7894f2c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,6 +4,7 @@ <div class="footer-col-wrapper"> <div class="footer-col footer-col-1"> + Generiert: {{ site.time | date: "%Y-%m-%d %H:%M:%S" }} </div> <div class="footer-col footer-col-2"> |