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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-03 23:31:36 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-05-03 23:31:36 +0300
commit7d26ead12878df96485b523b9b19ca0dd8d6640f (patch)
tree4629a3a7310aff14a410e8083cffd0e1aef9373d
parent887f2619640e5cf1b4c19594741fef474fd8c323 (diff)
Renamed githubProfile variable
-rw-r--r--exampleSite/config.toml2
-rw-r--r--layouts/partials/navbar.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6634293..03234ca 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -16,7 +16,7 @@ enableemoji = false
googleSearch = ""
showDate = true # make false if dont want to show date
math = false # best to enable this in the front matter of a page
- githubLink = "rafed/ramium/"
+ githubProfile = "rafed/ramium/"
tagsInHome = 40
sectionsInHome = 5
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index dad2335..03c334b 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -37,7 +37,7 @@
</div>
<div class="navbar-end">
- {{ with .Site.Params.GithubLink }}
+ {{ with .Site.Params.GithubProfile }}
<a class="navbar-item navgithub" href="https://github.com/{{ . }}" target="_blank">
<i class="fa fa-github fa-2x"></i>
</a>