Skip to content

Commit

Permalink
Fix RSSLink integration. Fixes Sabayon#56
Browse files Browse the repository at this point in the history
  • Loading branch information
André Jaenisch committed Sep 21, 2017
1 parent 806b1e6 commit f6c5c28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
baseurl = "https://next.sabayon.org/"
baseurl = "https://www.sabayon.org/"
languageCode = "en-us"
title = "Sabayon Linux"
canonifyurls = true

1 change: 0 additions & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ <h2 class="text-center" style="margin-bottom:21.4333px;">Our sponsors:</h2>
</div><!-- .container -->
</section><!-- #getit.services -->

{{ partial "footer.copyright.html" . }}
{{ partial "footer.includes.html" . }}
</body>
</html>
Expand Down
5 changes: 4 additions & 1 deletion layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
<meta name="author" content="Sabayonlinux crew" />
<link rel="canonical" href="{{ .Permalink }}" />
<link rel="shortcut icon" href="https://www.sabayon.org/sites/all/themes/sabayon/favicon.ico" type="image/vnd.microsoft.icon" />
{{ if .RSSlink }}<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
{{ 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 }}

0 comments on commit f6c5c28

Please sign in to comment.