mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
fixed a missing {{ end }} after hackernews
This commit is contained in:
parent
0c34c44cad
commit
5e689b8fc0
@ -77,6 +77,7 @@
|
|||||||
{{ partial "svg/hackernews.svg" (dict "size" $icon_size) }}
|
{{ partial "svg/hackernews.svg" (dict "size" $icon_size) }}
|
||||||
{{- partial "new-window-icon.html" . -}}
|
{{- partial "new-window-icon.html" . -}}
|
||||||
</a>
|
</a>
|
||||||
|
{{ end }}
|
||||||
{{ with .Param "rss" }}
|
{{ with .Param "rss" }}
|
||||||
<a href="{{ . }}" target="_blank" class="link-transition rss link dib z-999 pt3 pt0-l mr1" title="RSS link" rel="noopener" aria-label="RSS——Opens in a new window">
|
<a href="{{ . }}" target="_blank" class="link-transition rss link dib z-999 pt3 pt0-l mr1" title="RSS link" rel="noopener" aria-label="RSS——Opens in a new window">
|
||||||
{{ partial "svg/rss.svg" (dict "size" $icon_size) }}
|
{{ partial "svg/rss.svg" (dict "size" $icon_size) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user