add a copy of the sample image to the theme
This commit is contained in:
parent
3056e90d4f
commit
8c101b4231
|
@ -1,5 +1,5 @@
|
||||||
{{ if .Params.featured_image }}
|
{{ if .Params.featured_image }}
|
||||||
<header class="cover bg-center" style="background-image: url('{{ .Params.featured_image | absURL }}');">
|
<header class="cover bg-center" style="background-image: url('{{ .Params.featured_image | absURL }}');">
|
||||||
<div class="bg-black-60">
|
<div class="bg-black-60">
|
||||||
{{ partial "site-navigation.html" .}}
|
{{ partial "site-navigation.html" .}}
|
||||||
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
||||||
|
|
Loading…
Reference in a new issue