diff options
| author | user <user@node5.net> | 2024-02-27 19:07:56 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-02-27 19:07:56 +0100 |
| commit | b9a61be65ad0c671ee3b8ff59c7ff07f42ab9c9b (patch) | |
| tree | f6dea1aeb7cff5e5e2227a56279e6068bd48fa61 | |
| parent | 49f483c3cf45a844ca864444360cba02a19ebe6d (diff) | |
MOTD spacing
| -rw-r--r-- | blog.node5.net/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.node5.net/templates/base.html b/blog.node5.net/templates/base.html index 34c0eeb..1e53ddb 100644 --- a/blog.node5.net/templates/base.html +++ b/blog.node5.net/templates/base.html @@ -12,7 +12,7 @@ <body> <div id="root-container"> <a id="logo" href="/"> - <h1 class="inline">{{ title }}</h1><h2 class="inline">{{ motd }}</h2> + <h1 class="inline">{{ title }}</h1> <h2 class="inline">{{ motd }}</h2> </a> <hr> <br> |
