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