mirror of https://github.com/escalate/hugo-split-theme.git
layouts/partials/links.html @@ -8,7 +8,7 @@ <h3>{{ $list.heading }}</h3> <ul> {{ range $list.link }} <li><a href="{{ .url }}">{{ .text }}</a></li> <li><a href="{{ .url }}" title="{{ .text }}">{{ .text }}</a></li> {{ end }} </ul> </div>