소스 검색

Fix theme link

master
Adrian Short 3 년 전
부모
커밋
edaf3af867
로그인 계정: adrian GPG 키 ID: 4B54F9AE91AB06BB
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      layouts/partials/header.html

+ 1
- 1
layouts/partials/header.html 파일 보기

@@ -3,7 +3,7 @@
<head>
<title>{{- partial "data/title" . -}}</title>
{{ .Hugo.Generator }}
{{ "<!-- Tumble theme for Hugo: https://github.com/adrianshort/tumble -->" | safeHTML }}
{{ "<!-- Author theme for Hugo: https://github.com/adrianshort/author -->" | safeHTML }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="{{ relURL "/css/main.css?4" }}">


불러오는 중...
취소
저장