diff options
author | Thomas Jespersen <laumann.thomas@gmail.com> | 2016-01-15 16:31:43 +0100 |
---|---|---|
committer | Thomas Jespersen <laumann.thomas@gmail.com> | 2016-01-15 16:31:43 +0100 |
commit | 24efe85f956b795ec4c7017fe15d46bd7d0b536c (patch) | |
tree | dc11b6b02db92bfd46ba4ee8aeca461aeed08753 | |
parent | 59a834cad696b829b6bfb6e9fb02d194e60705b2 (diff) | |
download | cph.rs-24efe85f956b795ec4c7017fe15d46bd7d0b536c.zip |
Add "Last updated" to post
-rw-r--r-- | _layouts/default.html | 5 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 2d69a23..9061c96 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -70,6 +70,11 @@ padding-top: 0.5rem; padding-bottom: 0.5rem; margin: 0; } + + p.update-timestamp { + font-size: 0.8em; + font-style: italic; + } </style> <body class="container"> @@ -47,6 +47,8 @@ title: The Copenhagen Rust Group knowledge fast.</p> <p>For any questions just shoot an e-mail to <kbd>laumann.thomas<span><!-- space --></span>@<span><!-- more space --></span>gmail.com</kbd></p> + <p class="update-timestamp">Last updated: {{ site.time | date_to_long_string }}</p> + </div> </article> </div> |