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 @@
Hugo works on OSX, Windows, Linux, FreeBSD, and anywhere else where the Go compiler tool chain can run.