Skip to content

Commit

Permalink
Don't use header for site slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
user.email committed Nov 29, 2018
1 parent df28cac commit 90530b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/catalog.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{template "img_header.html" .}}
<header>
<h1>/{{$.board.Dir}}/ - {{$.board.Title}}</h1>
<div id="board-subtitle">Catalog</div>
<span id="board-subtitle">Catalog</span>
</header><hr />
<div id="catalog-links" style="float: left;">
[<a href="{{$.config.SiteWebfolder}}{{$.board.Dir}}">Return</a>]
Expand Down
2 changes: 1 addition & 1 deletion templates/img_boardpage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{template "img_header.html" .}}
<header>
<h1 id="board-title">/{{$.board.Dir}}/ - {{$.board.Title}}</h1>
<h2 id="board-subtitle">{{$.board.Subtitle}}</h2>
<span id="board-subtitle">{{$.board.Subtitle}}</span>
</header>
<hr />
<div id="right-sidelinks">
Expand Down
2 changes: 1 addition & 1 deletion templates/img_threadpage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{template "img_header.html" .}}
<header>
<h1 id="board-title">/{{$.board.Dir}}/ - {{$.board.Title}}</h1>
<h2 id="board-subtitle">{{$.board.Subtitle}}</h2>
<span id="board-subtitle">{{$.board.Subtitle}}</span>
</header>
<hr />
<div id="threadlinks-top">
Expand Down

0 comments on commit 90530b3

Please sign in to comment.