This commit is contained in:
eli 2022-09-02 07:28:28 -04:00
parent 0811327b26
commit f150348f5d
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ var tplPage = `
{{ define "content" }}
{{ .Content }}
{{ if .Backlinks }}
<h2>Backlinks</h2>
<hr>
<p id="backlinks"><b>backlinks:</b></p>
<ul>
{{ range .Backlinks }}
<li><a href="{{ . }}">{{ . }}</a></li>