Skip to content

Commit

Permalink
Disable external links
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 15, 2024
1 parent 9c26ec9 commit 2bfc787
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hugothemesitebuilder/build/site/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/gohugoio/gohugoioTheme v0.0.0-20240508091825-b23e8e2d2419 // indirect
github.com/gohugoio/hugoThemesSite v0.0.0-20240508092046-c60406304339
github.com/gohugoio/hugoThemesSite v0.0.0-20240515150039-584ce012ee7f
)
2 changes: 2 additions & 0 deletions cmd/hugothemesitebuilder/build/site/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ github.com/gohugoio/hugoThemesSite v0.0.0-20240125095428-964006cadb41 h1:nKhHyYp
github.com/gohugoio/hugoThemesSite v0.0.0-20240125095428-964006cadb41/go.mod h1:Um2gWoqNvIM9ss6TP1iSAzldlUzeMzZxNv6C94P6Snk=
github.com/gohugoio/hugoThemesSite v0.0.0-20240508092046-c60406304339 h1:Rqhq6wbjTrPuimpcQDI65jaViwBV2n6LwVAETYOpB9w=
github.com/gohugoio/hugoThemesSite v0.0.0-20240508092046-c60406304339/go.mod h1:/gs9qI8d+qXJdA/eZToqMq0FW8hIcmrVBPec9b1Gnis=
github.com/gohugoio/hugoThemesSite v0.0.0-20240515150039-584ce012ee7f h1:5nFxW9z69T6iwwHulam50tG50lwpNwVWeECQ3Vh6OI8=
github.com/gohugoio/hugoThemesSite v0.0.0-20240515150039-584ce012ee7f/go.mod h1:/gs9qI8d+qXJdA/eZToqMq0FW8hIcmrVBPec9b1Gnis=
1 change: 1 addition & 0 deletions cmd/hugothemesitebuilder/build/site/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ disableKinds = ["taxonomy"]
github_repo = "https://github.com/gohugoio/hugoThemesSiteBuilder"
gitter = "https://gitter.im/spf13/hugo"
forum = "https://discourse.gohugo.io/"
hideDemoLink = true
#This array is meant for disabling the Homepage button of a theme.
noHomePage = ["hugo-theme-novela"]

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{ .Text | default .Title | safeHTML }}
{{- /* chomp trailing newline */ -}}

0 comments on commit 2bfc787

Please sign in to comment.