slight tweak

This commit is contained in:
Greg Gauthier 2021-11-29 23:01:09 +00:00
parent 25796181e3
commit dcbf9a122c
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<div class="content">
{{ range .Data.Pages.GroupByParam "topic"}}
<center><h3 id="#{{ .Key }}"><a href="#{{ .Key }}">#</a>{{ .Key }}</h3></center>
<center><h2 id="#{{ .Key }}"><a href="#{{ .Key }}">#</a>{{ .Key }}</h2></center>
<div class="row">
<div class="micro-block"><b>&nbsp; &nbsp;</b></div>
<div class="big-block" style="vertical-align: middle"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Title</b></div>
@ -18,8 +18,8 @@
{{ .Render "li" }}
{{ end }}
</ul>
{{ end }}
<hr/>
{{ end }}
</div>
{{ partial "footer.html" . }}