diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-16 15:56:41 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-16 15:56:41 -0300 |
commit | 1d8e5651dedf56470d10b94a0022942a91cde6cd (patch) | |
tree | 71c6e493d6464b1fe194d58498f16e2c061a3a74 /static/archive.html | |
parent | 059e77de53a2a8dec7a4cf3d65708c4d04078010 (diff) |
devchan why the hell did you use style attributes
Diffstat (limited to 'static/archive.html')
-rw-r--r-- | static/archive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/archive.html b/static/archive.html index b08693a..3e040bc 100644 --- a/static/archive.html +++ b/static/archive.html @@ -20,7 +20,7 @@ {{ end }} {{ define "top" }} -<h1 style="text-align: center; color: #af0a0f;">/{{ .Board.Name }}/ - {{ .Board.PrefName }}</h1> +<h1>/{{ .Board.Name }}/ - {{ .Board.PrefName }}</h1> <p style="text-align: center;">{{ .Board.Summary }}</p> <h1 style="text-align: center;">Archived Posts</h1> {{ end }} |