mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Adding RSS link
This commit is contained in:
@@ -46,6 +46,12 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
>
|
>
|
||||||
|
|
||||||
|
<!-- RSS -->
|
||||||
|
{{ if .RSSlink }}
|
||||||
|
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
|
<link href="{{ .RSSlink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
@@ -59,6 +59,12 @@
|
|||||||
<i class="icon ion-ios-email larger"></i>
|
<i class="icon ion-ios-email larger"></i>
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if .Site.RSSLink }}
|
||||||
|
<a href="{{ .Site.RSSLink }}">
|
||||||
|
<i class="icon ion-social-rss larger"></i>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user