瀏覽代碼

add a copy of the sample image to the theme

tags/v1.1
Bud Parr 7 年之前
父節點
當前提交
8c101b4231
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      layouts/partials/site-header.html

+ 1
- 1
layouts/partials/site-header.html 查看文件

@@ -1,5 +1,5 @@
{{ 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">
{{ partial "site-navigation.html" .}}
<div class="tc-l pv4 pv6-l ph3 ph4-ns">

Loading…
取消
儲存