real initial commit

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-04-12 19:41:52 -04:00
parent c0102d8395
commit 5ff88eddc5
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -52,6 +52,8 @@
{{{if useCustomCSS}}} {{{if useCustomCSS}}}
<style>{{customCSS}}</style> <style>{{customCSS}}</style>
{{{end}}} {{{end}}}
<link rel="stylesheet" type="text/css" href="/style.css">
</head> </head>
<body class="{bodyClass} skin-{{{if bootswatchSkin}}}{bootswatchSkin}{{{else}}}noskin{{{end}}}"> <body class="{bodyClass} skin-{{{if bootswatchSkin}}}{bootswatchSkin}{{{else}}}noskin{{{end}}}">
@ -76,7 +78,6 @@
<a class="navbar-item" href="/bands">Bands</a> <a class="navbar-item" href="/bands">Bands</a>
<a class="navbar-item" href="/authors">Authors</a> <a class="navbar-item" href="/authors">Authors</a>
<a class="navbar-item" href="/forum">Message Board</a> <a class="navbar-item" href="/forum">Message Board</a>
<!-- IF config.loggedIn -->
{{{ if config.loggedIn }}} {{{ if config.loggedIn }}}
<div class="navbar-item has-dropdown is-hoverable"> <div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">Your Stuff</a> <a class="navbar-link">Your Stuff</a>