diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-03-01 22:14:11 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-03-01 22:14:11 +0100 |
commit | a5e5452dffd34837ebb228244edefbcb5df1b94f (patch) | |
tree | 12cbb2a615fe9f75bfdec2bd39ea6c4ae83da3db | |
parent | 571fe602c4505b79f34368d4d1ae9ccb6afb497e (diff) |
-rw-r--r-- | $template.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/$template.html b/$template.html index c340ecd..9eb8665 100644 --- a/$template.html +++ b/$template.html @@ -105,6 +105,12 @@ pre > code { vertical-align: top; padding-bottom: 1em; } +#date-marker { + margin-top: 50px; + text-align: right; + font-style: italic; + color: #444; +} footer { margin-top: 8em; padding-bottom: 2em; @@ -127,6 +133,10 @@ footer a { </td> <td id="right-column"><article> <!-- REPLACE CONTENT --> + + <div id="date-marker"> + <!-- REPLACE DATETIME --> + </div> </article></td> </tr></tbody></table> <footer> |