소스 검색

add a copy of the sample image to the theme

tags/v1.1
Bud Parr 7 년 전
부모
커밋
8c101b4231
No account linked to committer's email address
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…
취소
저장