Pull in my changes to pickles theme from my fork.

This commit is contained in:
2020-05-16 00:38:18 +00:00
parent 7fbcda8d2f
commit 8506c7dd45
7 changed files with 10 additions and 98 deletions

View File

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
<a href="#main" class="skip-link p-screen-reader-text">Skip to content</a>
{{ partial "svgpack-sprite.html" . }}
<header class="l-header">
{{ if .IsPage }}
<p class="c-title p-title"><a href="{{ .Site.BaseURL }}" class="p-title__link">{{ .Site.Title }}</a></p>
{{ else }}
<h1 class="c-title p-title"><a href="{{ .Site.BaseURL }}" class="p-title__link">{{ .Site.Title }}</a></h1>
{{ end }}
{{ with ($.Param "subtitle") }}
<p class="p-subtitle">
{{ . }}
</p>
{{ end }}
</header>
{{- partial "header_custom.html" . }}
<main id="main" class="l-main">

View File

@ -0,0 +1,3 @@
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">
{{ .Date.Format "2006-01-02" }}
</time>