real initial commit
This commit is contained in:
parent
c0102d8395
commit
173d654d1b
@ -2,6 +2,7 @@
|
|||||||
<html lang="{function.localeToHTML, userLang, defaultLang}" {{{if languageDirection}}}data-dir="{languageDirection}" style="direction: {languageDirection};"{{{end}}}>
|
<html lang="{function.localeToHTML, userLang, defaultLang}" {{{if languageDirection}}}data-dir="{languageDirection}" style="direction: {languageDirection};"{{{end}}}>
|
||||||
<head>
|
<head>
|
||||||
<title>{browserTitle}</title>
|
<title>{browserTitle}</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||||
{{{each metaTags}}}{function.buildMetaTag}{{{end}}}
|
{{{each metaTags}}}{function.buildMetaTag}{{{end}}}
|
||||||
<link rel="stylesheet" type="text/css" href="{relative_path}/assets/client{{{if bootswatchSkin}}}-{bootswatchSkin}{{{end}}}{{{ if (languageDirection=="rtl") }}}-rtl{{{ end }}}.css?{config.cache-buster}" />
|
<link rel="stylesheet" type="text/css" href="{relative_path}/assets/client{{{if bootswatchSkin}}}-{bootswatchSkin}{{{end}}}{{{ if (languageDirection=="rtl") }}}-rtl{{{ end }}}.css?{config.cache-buster}" />
|
||||||
{{{each linkTags}}}{function.buildLinkTag}{{{end}}}
|
{{{each linkTags}}}{function.buildLinkTag}{{{end}}}
|
||||||
@ -76,7 +77,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