diff options
| -rw-r--r-- | games.webp | bin | 101512 -> 0 bytes | |||
| -rw-r--r-- | music.webp | bin | 137824 -> 0 bytes | |||
| -rw-r--r-- | templates/base/base.gohtml | 5 |
3 files changed, 3 insertions, 2 deletions
diff --git a/games.webp b/games.webp Binary files differdeleted file mode 100644 index f2eadab..0000000 --- a/games.webp +++ /dev/null diff --git a/music.webp b/music.webp Binary files differdeleted file mode 100644 index 43da11f..0000000 --- a/music.webp +++ /dev/null diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index a740970..fced948 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -12,10 +12,11 @@ <style> .links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} } </style> - {{ end }} + {{ else }} {{ range .Data.RelMeLinks }} <link rel="me" href="{{ . }}" /> {{ end }} + {{ end }} </head> <body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}"> <div class="center"> @@ -27,4 +28,4 @@ <script type="module" src="{{getAssetPath "index.js"}}" defer></script> </body> </html> -{{end}}
\ No newline at end of file +{{end}} |
