Better definition layout, page_status labels, content changes
This commit is contained in:
parent
e46e36412d
commit
4d4ee393af
19 changed files with 367 additions and 14 deletions
8
layouts/partials/see_also.html
Normal file
8
layouts/partials/see_also.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="see_also">
|
||||
<h3>See also: </h3>
|
||||
<ul>
|
||||
{{ range .Params.see_also }}
|
||||
<li><a href="{{ (site.GetPage .).Permalink }}">{{ (site.GetPage . ).LinkTitle }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue