1
0
Fork 0
forked from mirrors/hugo-tufte

Personal changes, dark theme, less whitespace

This commit is contained in:
Phil Bajsicki 2024-09-27 15:36:01 +02:00
commit 3be1680484
8 changed files with 80 additions and 40 deletions
layouts/_default

View file

@ -1,11 +1,12 @@
{{/*
This template render single pages
This template render single pages
*/}}
{{ define "main" }}
<article id="main">
{{ partial "brand.html" . }}
{{ partial "content.header.html" . }}
{{ partial "toc.html" . }}
<section>{{ .Content }}</section>