!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/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>

View File

@ -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 }}