!publish! and now back where we were today..
This commit is contained in:
parent
bc8100615d
commit
e59a584237
|
@ -1,3 +1,2 @@
|
||||||
<link href="/css/paged_interface.css" rel="stylesheet" type="text/css">
|
<link href="/css/paged_interface.css" rel="stylesheet" type="text/css">
|
||||||
<link href="/css/styles.css" rel="stylesheet" type="text/css">
|
|
||||||
<script src="/js/paged.polyfill.js"></script>
|
<script src="/js/paged.polyfill.js"></script>
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
{{- $filePath := .File -}}
|
|
||||||
{{- $gitUrl := .Site.Data.myvars.giturl -}}
|
|
||||||
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
|
||||||
{{- partial "head.html" . -}}
|
{{- partial "head.html" . -}}
|
||||||
{{- partial "pagedjs.html" . -}}
|
{{- partial "pagedjs.html" . -}}
|
||||||
|
{{ partial "css.html" . }}
|
||||||
<body>
|
<body>
|
||||||
<article>
|
<article>
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue