Fix missing {{ end }} blocks
During merging the PR https://github.com/htr3n/hyde-hyde/pull/111, there are mix up that cause two missing `{{ end }}` blocks.
This commit is contained in:
parent
303c3744e5
commit
16f781c289
1 changed files with 2 additions and 0 deletions
|
@ -56,8 +56,10 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.social.pgpkey }}
|
{{ with .Site.Params.social.pgpkey }}
|
||||||
<a href="{{.}}" rel="pgpkey"><i class="fa fa-key fa-lg" aria-hidden="true"></i></a>
|
<a href="{{.}}" rel="pgpkey"><i class="fa fa-key fa-lg" aria-hidden="true"></i></a>
|
||||||
|
{{ end }}
|
||||||
{{ with .Site.Params.social.reddit }}
|
{{ with .Site.Params.social.reddit }}
|
||||||
<a href="https://www.reddit.com/user/{{.}}" rel="me"><i class="fab fa-reddit-alien fa-lg" aria-hidden="true"></i></a>
|
<a href="https://www.reddit.com/user/{{.}}" rel="me"><i class="fab fa-reddit-alien fa-lg" aria-hidden="true"></i></a>
|
||||||
|
{{ end }}
|
||||||
{{ with .Site.Params.social.rss }}
|
{{ with .Site.Params.social.rss }}
|
||||||
<a href="{{.}}" rel="me"><i class="fas fa-rss fa-lg" aria-hidden="true"></i></a>
|
<a href="{{.}}" rel="me"><i class="fas fa-rss fa-lg" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue