diff options
-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> |