mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Couple of fixes
This commit is contained in:
parent
034e8145c9
commit
96c794b8ee
@ -8,7 +8,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7434852/6717812/css/fonts.css" />
|
||||
{{ $sass := resources.Get "sass/main.scss" }}
|
||||
{{ $style := $sass | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
|
||||
|
||||
<!-- Links -->
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
|
||||
@ -4,3 +4,5 @@
|
||||
/feed.blog.json /blog/index.json
|
||||
/feed.photos.xml /photos/index.xml
|
||||
/feed.photos.json /photos/index.json
|
||||
|
||||
/about /
|
||||
|
||||
Loading…
Reference in New Issue
Block a user