Rebuild _vendor

This commit is contained in:
Bjørn Erik Pedersen 2020-01-23 21:44:27 +01:00
parent e739dc3a89
commit 88c264251f
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
3 changed files with 2 additions and 5 deletions

View File

@ -27,7 +27,7 @@
{{ $isDev := eq hugo.Environment "development" }}
{{ $stylesheet := resources.Get "output/css/app.css" }}
{{ if not $isDev }}
{{ $stylesheet = $stylesheet | fingerprint }}
{{ $stylesheet = $stylesheet | minify | fingerprint }}
{{ end }}
{{ with $stylesheet }}
{{ if $isDev }}

View File

@ -1,6 +1,3 @@
{{/* TODO: think about adding these tags back in, but they need to be limited to news
{{ define "header" }}{{ partial "page-header" . }}{{ end }} */}}
{{ define "main" }}
<div class="w-100 ph4 ph5-ns pb5 pb6-ns pt1 pt3-ns ">
<article class="cf pa3 pa4-m pa4-l nested-copy-line-height nested-img">

View File

@ -1 +1 @@
# github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324
# github.com/gohugoio/gohugoioTheme v0.0.0-20200123204146-589b4c309025