From 698a342daaaeea233c340d08f79a14d3d7dd1cfe Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Wed, 2 Jun 2021 21:02:23 +0700 Subject: Make sure links are correct --- config.toml | 2 +- layouts/partials/head-extra.html | 11 ++++++----- static/css/custom.css | 3 --- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index 8bfc5f4..b22e2a9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://huyngo.srht.site/" +baseURL = "https://huyngo.envs.net/" copyright = "CC-BY-SA 4.0" defaultContentLanguage = "en" languageCode = "en-us" diff --git a/layouts/partials/head-extra.html b/layouts/partials/head-extra.html index d0d0022..c7de825 100644 --- a/layouts/partials/head-extra.html +++ b/layouts/partials/head-extra.html @@ -1,5 +1,6 @@ - - - - - + + + + + + diff --git a/static/css/custom.css b/static/css/custom.css index 32ca682..4dcae15 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,6 +1,3 @@ ---- ---- - body { font-family: serif; } -- cgit 1.4.1