mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Use the latest commit for the theme
This commit is contained in:
parent
50d21de18d
commit
382ee152a7
@ -41,7 +41,7 @@ code[class*="language-"], pre[class*="language-"] {
|
||||
}
|
||||
|
||||
#footnotes > *:not(hr) {
|
||||
line-height: 1.5;
|
||||
line-height: 1.45;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
2
go.mod
2
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
|
||||
)
|
||||
|
2
go.sum
2
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=
|
||||
|
Loading…
Reference in New Issue
Block a user