real initial commit
This commit is contained in:
parent
c0102d8395
commit
5ff88eddc5
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user