diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2e72537 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "livePreview.defaultPreviewPath": "/layouts/_default/archives.html" +} \ No newline at end of file diff --git a/layouts/partials/head/opengraph/provider/base.html b/layouts/partials/head/opengraph/provider/base.html index 055745d..0156399 100644 --- a/layouts/partials/head/opengraph/provider/base.html +++ b/layouts/partials/head/opengraph/provider/base.html @@ -33,11 +33,15 @@ {{- end -}} {{- else -}} {{- if not .Site.Lastmod.IsZero -}} - + {{- end -}} {{- end -}} {{ $image := partialCached "helper/image" (dict "Context" . "Type" "opengraph") .RelPermalink "opengraph" }} {{- if $image.exists -}} -{{- end -}} \ No newline at end of file +{{- end -}} + +{{- range .Param "authors" -}} + +{{- end -}}