imfreedom/www.imfreedom.org

Set some missing hugo top-level options.

2019-06-19, Elliott Sales de Andrade
add0b68a70e6
Parents d08b06f5fa83
Children 93569997a48e
Set some missing hugo top-level options.
--- a/hugo/config.toml Mon Jun 17 22:06:37 2019 -0500
+++ b/hugo/config.toml Wed Jun 19 01:56:32 2019 -0400
@@ -1,6 +1,6 @@
-baseURL = "http://example.org/"
+baseURL = "https://imfreedom.org/"
languageCode = "en-us"
-title = "My New Hugo Site"
+title = "Instant Messaging Freedom, Inc."
theme = "imfree"
[menu]
@@ -38,4 +38,4 @@
[[menu.main]]
name = "<span class=\"button donate is-info\">Donate</span>"
url = "/donate"
- weight = 50
\ No newline at end of file
+ weight = 50
--- a/hugo/themes/imfree/layouts/partials/header.html Mon Jun 17 22:06:37 2019 -0500
+++ b/hugo/themes/imfree/layouts/partials/header.html Wed Jun 19 01:56:32 2019 -0400
@@ -2,9 +2,7 @@
<section class="hero is-primary hero-gradient">
<div class="hero-body">
<div class="container has-text-centered">
- <h1 class="title">
- Instant Messaging Freedom, Inc.
- </h1>
+ <h1 class="title">{{ .Site.Title }}</h1>
</div>
</div>
@@ -30,4 +28,4 @@
</div>
</nav>
</div>
-</section>
\ No newline at end of file
+</section>