Archived
1
0

ammend templates

This commit is contained in:
jeff 2015-08-08 10:51:01 -04:00
parent 4ec93c9399
commit a3293a8527
2 changed files with 9 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- name ( the name of whatever resource we are on, board/thread )
- frontend ( the name of the frontend we are on )
- links ( a list of Link Models to display )
- prefix ( site prefix )
}}
<div class="navbar">
<span class="navbar-name">
@ -32,6 +32,11 @@
</span>
<span class="navbar-links">
<span class="navbar-link"><a href="{{prefix}}">front page</a></span>
</span>
<span class="navbar-sep">
|
</span>
<span class="navbar-links">
<span class="navbar-link"><a href="{{prefix}}ukko.html">overboard</a></span>
</span>
<span class="navbar-sep">

View File

@ -11,6 +11,9 @@
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
</head>
<body>
<div id="ukko-topbar">
<a href="{{prefix}}">Front Page</a>
</div>
<div id="ukko_threads" class="threads_container">
{{#threads}}
<div class="ukko_thread_header">