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:
Huy Tran 2020-11-04 08:23:51 +11:00 committed by GitHub
parent 303c3744e5
commit 16f781c289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -56,8 +56,10 @@
{{ end }}
{{ with .Site.Params.social.pgpkey }}
<a href="{{.}}" rel="pgpkey"><i class="fa fa-key fa-lg" aria-hidden="true"></i></a>
{{ end }}
{{ 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>
{{ end }}
{{ with .Site.Params.social.rss }}
<a href="{{.}}" rel="me"><i class="fas fa-rss fa-lg" aria-hidden="true"></i></a>
{{ end }}