Make see_also use markdown links instead of plain text
(intended to be used when linking to an external source)
This commit is contained in:
parent
a455ca0ac6
commit
b4bdcf092f
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<h3>See also: </h3>
|
||||
<ul>
|
||||
{{ range .Params.see_also }}
|
||||
<li><a href="{{ (site.GetPage .).Permalink }}">{{ (site.GetPage . ).LinkTitle }}</a></li>
|
||||
<li>{{ . | markdownify }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue