From 1b1615476dc714e488333258e3522f1009e4bb03 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sat, 14 Aug 2021 13:33:45 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B1=20Reflow=20some=20elements=20at=20?= =?UTF-8?q?smaller=20screen=20sizes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ layouts/_default/baseof.html | 2 +- layouts/partials/author.html | 2 +- layouts/partials/header.html | 4 ++-- static/css/main.css | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a57bb4b..cf8a22d1 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ Congo is designed to be a fast, lightweight theme for Hugo. It's based upon Tail ## Features - Built with Tailwind CSS JIT for minified stylesheets without any excess code +- Fully responsive layout - Dark mode (auto-switching based upon browser) - Highly customisable configuration - Flexible with any content types, taxonomies and menus - Diagrams and visualisations using Mermaid JS - SVG icons from FontAwesome 5 +- Heading anchors - HTML and Emoji support in articles - SEO friendly - Fathom Analytics and Google Analytics support diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a4854b31..e4646492 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,7 +2,7 @@ {{- partial "head.html" . -}} {{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
diff --git a/layouts/partials/author.html b/layouts/partials/author.html index 04c9ae42..cf46e9c7 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -9,7 +9,7 @@ {{ end }} {{ with .Site.Author.links }} -
+
{{ range $links := . }} {{ range $name, $url := $links }} {{ .Site.Title }}