!publish! and now back where we were today..

This commit is contained in:
Marcell Mars 2020-03-31 01:28:04 +02:00
parent bc8100615d
commit e59a584237
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,2 @@
<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>

View File

@ -1,9 +1,8 @@
<!DOCTYPE html>
{{- $filePath := .File -}}
{{- $gitUrl := .Site.Data.myvars.giturl -}}
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
{{- partial "head.html" . -}}
{{- partial "pagedjs.html" . -}}
{{ partial "css.html" . }}
<body>
<article>
{{- block "main" . }}{{- end }}