mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 09:34:52 -04:00
Rebuild _vendor
This commit is contained in:
parent
e739dc3a89
commit
88c264251f
@ -27,7 +27,7 @@
|
|||||||
{{ $isDev := eq hugo.Environment "development" }}
|
{{ $isDev := eq hugo.Environment "development" }}
|
||||||
{{ $stylesheet := resources.Get "output/css/app.css" }}
|
{{ $stylesheet := resources.Get "output/css/app.css" }}
|
||||||
{{ if not $isDev }}
|
{{ if not $isDev }}
|
||||||
{{ $stylesheet = $stylesheet | fingerprint }}
|
{{ $stylesheet = $stylesheet | minify | fingerprint }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with $stylesheet }}
|
{{ with $stylesheet }}
|
||||||
{{ if $isDev }}
|
{{ if $isDev }}
|
||||||
|
@ -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 ">
|
<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">
|
<article class="cf pa3 pa4-m pa4-l nested-copy-line-height nested-img">
|
||||||
|
@ -1 +1 @@
|
|||||||
# github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324
|
# github.com/gohugoio/gohugoioTheme v0.0.0-20200123204146-589b4c309025
|
||||||
|
Loading…
x
Reference in New Issue
Block a user