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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex bezek <alex.bezek@cerner.com>2020-10-25 05:07:18 +0300
committerGitHub <noreply@github.com>2020-10-25 05:07:18 +0300
commitd0c32c5d082c4fa6b09690e60ebf06a4c59713a2 (patch)
treea5c386dbde67dcc5dc82372e0afbec2b8ffe4911 /README.md
parent4d19b2f8d1695a9cd9f8d39fef2c4a7ad87a9467 (diff)
Fix the single template to use the authors avatar correctly (#107)
* Fix the single template to use the authors avatar correctly * Replace absURL with relURL and .Site.X with site.X Co-authored-by: Emruz Hossain <emruz@appscode.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5067719..fbdcc21 100644
--- a/README.md
+++ b/README.md
@@ -98,9 +98,9 @@ params:
# transparent navbar and the main logo will be used in the non-transparent navbar.
# It will be default to the theme logos if not provided.
logo:
- main: assets/images/main-logo.png
- inverted: assets/images/inverted-logo.png
- favicon: assets/images/favicon.png
+ main: /assets/images/main-logo.png
+ inverted: /assets/images/inverted-logo.png
+ favicon: /assets/images/favicon.png
# GitHub repo URL of your site
gitRepo: https://github.com/hossainemruz/toha-example-site