Make title of index lists links
This commit is contained in:
parent
056ac7e98b
commit
6208244c89
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="box special" id="projects">
|
<div class="box special" id="projects">
|
||||||
<h2>Projects</h2>
|
<h2><a href="/projects/">Projects</a></h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "projects") }}
|
{{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "projects") }}
|
||||||
{{ partial "box.html" . }}
|
{{ partial "box.html" . }}
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box special" id="recent-posts">
|
<div class="box special" id="recent-posts">
|
||||||
<h2>Recent Posts</h2>
|
<h2><a href="/posts/">Recent Posts</a></h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "posts") }}
|
{{ range first .Site.Params.index_items (where .Data.Pages.ByDate "Section" "posts") }}
|
||||||
{{ partial "box.html" . }}
|
{{ partial "box.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue