Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/natarajmb/charaka-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNataraj Basappa <n5j.b5a@gmail.com>2018-09-04 01:03:41 +0300
committerNataraj Basappa <n5j.b5a@gmail.com>2018-09-04 01:03:41 +0300
commit041128be5743e35a2b4c9b291e68cba9d8435056 (patch)
tree2a7de45f697e20bdc28cdfb6e2683ac91644dca2
parent96b06722d1ef82a2a799a9aced0d21f7ebade306 (diff)
Corrected about link and changed nav link
-rw-r--r--exampleSite/config.toml2
-rw-r--r--layouts/partials/nav.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 794402c..d101143 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,7 +19,7 @@ googleAnalytics = ""
enabled = "true"
[[params.social]]
- url = "about.html"
+ url = "about"
fa_icon = "fas fa-info"
[[params.social]]
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 98a94c1..35d4c28 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -6,7 +6,7 @@
<div class="navbar-menu has-text-centered is-active">
<div class="navbar-end is-centered">
{{ range .Site.Params.social }}
- <a href="{{ .url }}">
+ <a href="{{ .url | absURL }}">
<span class="icon">
<i class="{{ .fa_icon }}"></i>
</span>