소스 검색

add absolute url to css

tags/v1.1
Bud Parr 7 년 전
부모
커밋
1d810d7237
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      layouts/_default/baseof.html

+ 2
- 2
layouts/_default/baseof.html 파일 보기

@@ -17,7 +17,7 @@
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
{{ end }}

<link href='/dist/main.css' rel='stylesheet' type="text/css" />
<link href='{{ "/dist/main.css" | absURL }}' rel='stylesheet' type="text/css" />

{{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}
{{- template "_internal/opengraph.html" . -}}
@@ -29,7 +29,7 @@
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
</head>
<body class="ma0 sans-serifTK avenir bg-near-white">
<body class="ma0 avenir bg-near-white">
{{ block "header" . }}{{ partial "site-header.html" .}}{{ end }}
<main class="pb7" role="main">
{{ block "main" . }}{{ end }}

Loading…
취소
저장