Fails to build in Homebrew hugo with this link

This commit is contained in:
Joshua Boniface 2017-09-25 14:53:37 -04:00
parent c709584bb2
commit d46c53188a
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
<!-- RSS -->
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<!--
<link href="" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
-->
<!-- Script -->
<script src="{{ .Site.BaseURL }}/js/jquery.min.js"></script>
<script src="{{ .Site.BaseURL }}/js/main.min.js">