Vervangen van baseURL door absURL, feeds aanpassen en nieuwsberichten omzetten naar type 'posts'
This commit is contained in:
parent
3085327196
commit
f7598dcf1f
8 changed files with 25 additions and 22 deletions
|
@ -8,9 +8,9 @@
|
|||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
<link rel="icon" href="{{ .Site.BaseURL }}/assets/favicon.ico">
|
||||
<link rel="alternate" type="application/atom+xml" title="{{ .Site.Title }}" href="{{ .Site.BaseURL }}/atom.xml" />
|
||||
<link rel="alternate" type="application/json" title="{{ .Site.Title }}" href="{{ .Site.BaseURL }}/feed.json" />
|
||||
<link rel="icon" href="{{ absURL "assets/favicon.ico" }} ">
|
||||
<link rel="alternate" type="application/atom+xml" title="{{ .Site.Title }}" href="{{ absURL "atom.xml" }}" />
|
||||
<link rel="alternate" type="application/json" title="{{ .Site.Title }}" href="{{ absURL "feed.json" }}" />
|
||||
<link rel="shortcut icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=">
|
||||
{{ $styles := resources.Get "scss/styles.scss" | toCSS (dict "outputStyle" "compressed") | minify }}
|
||||
{{ $styles_extra := resources.Get "scss/_extra.scss" | toCSS (dict "outputStyle" "compressed") | minify }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue