anchorize the reading topics

This commit is contained in:
Greg Gauthier 2021-11-29 21:22:26 +00:00
parent 42e51c647d
commit b765af3e26
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="content">
{{ range .Data.Pages.GroupByParam "topic"}}
<h2>{{ .Key }}</h2>
<h3 id="#{{ .Key }}"><a href="#{{ .Key }}">#</a>{{ .Key }}</h3>
<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>
@ -19,6 +19,7 @@
{{ end }}
</ul>
{{ end }}
<hr/>
</div>
{{ partial "footer.html" . }}