From 6f0ba9484f978350b5c39108fb4c77413594b6cd Mon Sep 17 00:00:00 2001 From: fruworg Date: Sun, 30 Jul 2023 23:36:36 +0500 Subject: [PATCH] font fix --- README.md | 7 ------- layouts/partials/header.html | 6 ------ 2 files changed, 13 deletions(-) diff --git a/README.md b/README.md index 6e9afde..fbfd2de 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,7 @@ pygmentscodefencesguesssyntax = true paginate=3 # articles per page [params] - mode="auto" # color-mode → light,dark,toggle or auto - useCDN=false # don't use CDNs for fonts and icons, instead serve them locally. subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/fruworg)" - mathjax = true # enable MathJax support - katex = true # enable KaTeX support # Social Tags @@ -101,6 +97,3 @@ name = "Tags" url = "/tags" weight = 4 ``` - -## Credits -Forked from [Archie Theme](https://github.com/athul/archie) and Licensed under MIT License diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 2f62f12..c3cde71 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -22,12 +22,6 @@ {{- template "_internal/opengraph.html" . -}} {{- template "_internal/twitter_cards.html" . -}} - {{ if .Site.Params.useCDN | default false -}} - - - - {{- else -}} - {{ end }} {{ $style := resources.Get "css/main.css" | fingerprint }}