From 382ee152a727e395849e676c6a97592cc93e5a6a Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 5 Nov 2020 15:30:02 +0800 Subject: [PATCH] Use the latest commit for the theme --- assets/scss/extend.scss | 2 +- data/more-contentful/contacts.toml | 5 +++++ go.mod | 2 +- go.sum | 2 ++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/scss/extend.scss b/assets/scss/extend.scss index 68e019e..60a7305 100644 --- a/assets/scss/extend.scss +++ b/assets/scss/extend.scss @@ -41,7 +41,7 @@ code[class*="language-"], pre[class*="language-"] { } #footnotes > *:not(hr) { - line-height: 1.5; + line-height: 1.45; margin: 1em; } diff --git a/data/more-contentful/contacts.toml b/data/more-contentful/contacts.toml index 574b655..fb3a772 100644 --- a/data/more-contentful/contacts.toml +++ b/data/more-contentful/contacts.toml @@ -15,6 +15,11 @@ id = "github" url = "https://github.com/foo-dogsquared/" name = "GitHub" +[[links]] +id = "gitlab" +url = "https://gitlab.com/foo-dogsquared/" +name = "GitLab" + [[links]] id = "rss" url = "index.atom" diff --git a/go.mod b/go.mod index ee79e01..7118ec7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/foo-dogsquared/blog go 1.15 require ( - github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2 // indirect + github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201105055438-9487442d647d // indirect github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706 // indirect ) diff --git a/go.sum b/go.sum index 59f37c9..5bbf4f1 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.1 h1:34Ey7ysM769d8Lf2h github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.1/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw= github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2 h1:liGphVux817iNxviDkdBLTzMXj9qkNENkNR7kUXG09A= github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.2/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw= +github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201105055438-9487442d647d h1:+YilSiGzCjEm9vN1GdiIMn/Cilwf0YC2ibdDCZ43GTQ= +github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3-0.20201105055438-9487442d647d/go.mod h1:rt3VJjkzt/dXRcVk8wNacnyDQfy9DwOYI45FAu4I9mw= github.com/foo-dogsquared/hugo-web-feeds v0.0.1 h1:miuJMx2Plw+4TBGctI2CgWXilddEHFnKNDQ9kLNti3w= github.com/foo-dogsquared/hugo-web-feeds v0.0.1/go.mod h1:0WxK3+xNIj/Wpk2kkUW0p6Uqmr/OZjPsRtQDCMazNmI= github.com/refactoringui/heroicons v0.4.2/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=