diff --git a/config.toml b/config.toml index e3f4dec46..30a14019a 100644 --- a/config.toml +++ b/config.toml @@ -16,6 +16,8 @@ disablePathToLower = false disableRSS = false # Set to false if you want a sitemap.xml created at the site root disableSitemap = false +# Allows use of emoji shorthand directly in content +enableEmoji = true # Set the unicode character used for the "return" link in page footnotes. footnotereturnlinkcontents = "↩" # Create an array of files you don't want hugo to build @@ -61,11 +63,7 @@ watch = true # Add GA Tracking Code Here. This leverages a built-in (ie, "internal") partial from HUGO: https://gohugo.io/extras/analytics#configuring-google-analytics googleanalyticstrackingcode = "" ## Critical Render Path. If true, site style will be embedded in a +{{- else -}}{{- end -}} diff --git a/layouts/partials/homepage/homepage-install.html b/layouts/partials/homepage/homepage-install.html index a4f61e282..ad72036b2 100644 --- a/layouts/partials/homepage/homepage-install.html +++ b/layouts/partials/homepage/homepage-install.html @@ -1,6 +1,6 @@
- {{partial "svg-icons/gopher-small-homepage.svg" .}} + {{partial "svg-icons/gopher-homepage.svg" .}}
$ export GOPATH=$HOME/go @@ -11,9 +11,9 @@

Install in minutes and start building websites in (milli)seconds.

Hugo works on OSX, Windows, Linux, FreeBSD, and anywhere else where the Go compiler tool chain can run.

- - - - + + + +
diff --git a/layouts/partials/site-head.html b/layouts/partials/site-head.html index 6b8bce5a9..4c243b5d6 100644 --- a/layouts/partials/site-head.html +++ b/layouts/partials/site-head.html @@ -7,5 +7,6 @@ {{- partial "head/metadata-opengraph.html" . -}} {{- partial "head/metadata-favicons.html" . -}} {{- partial "head/metadata-prefetch.html" . -}} +{{- partial "head/metadata-rss.html" . -}} {{- partial "head/site-style.html" . -}} \ No newline at end of file diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html index d0726c454..e3b3d06d3 100644 --- a/layouts/partials/site-navigation.html +++ b/layouts/partials/site-navigation.html @@ -12,7 +12,7 @@ {{$.Scratch.Set "url" .URL }} {{range $item, $params := sort ($.Site.Data.sitenavigation) "order"}} {{$section := $params.url}} -
  • {{$params.title}} +
  • {{$params.title}} {{if $params.haschildren}}