anchorize the reading topics
This commit is contained in:
parent
42e51c647d
commit
b765af3e26
@ -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> </b></div>
|
||||
<div class="big-block" style="vertical-align: middle"><b> Title</b></div>
|
||||
@ -19,6 +19,7 @@
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
<hr/>
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user