dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add base structure
jackyzha0
2021-07-18
c01138a81c7052b87073395429500356ce4596f2
[scapegoat/Docs2.git]
/
layouts
/
partials
/
backlinks.html
1
2
3
4
5
6
7
8
9
<ol class="backlinks">
{{$curPage := strings.TrimRight "/" .Page.RelPermalink }}
{{$inbound := index $.Site.Data.linkIndex.index.backlinks $curPage}}
{{- range $inbound -}}
<li>
<a href="{{index . "source"}}">{{index . "source"}}</a>
</li>
{{- end -}}
</ol>