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

github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Whitford <anthony@whitford.com>2020-01-02 21:18:20 +0300
committerEddie Webb <ollitech@gmail.com>2020-01-02 21:18:20 +0300
commitb56a1d23d23930cab123e4145d2c04a67e1c033d (patch)
tree0a26235cc33b57e91d01aa99deb8b9633804bc74
parent6be15b5305a15870a42c2386d73259a267293ab1 (diff)
Corrected the FavIcon path. (#37)
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9760ef6..b506925 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,7 +12,7 @@ theme = "hugo-resume"
profileImage = "img/TechChat.png"
email = "email@domain.com"
description = "Software Platform Engineer with experience leveraging agile, DevOps, and CI/CD to manage large scale distributed platforms both on prem and in public cloud."
- favicon = "images/favicon.ico"
+ favicon = "/favicon.ico"
# what sections
showSkills = true
showProjects = true