From 422bff372585cc092754730afc2af8bf4263a194 Mon Sep 17 00:00:00 2001 From: Hadi Sinaee <3697216+hadisinaee@users.noreply.github.com> Date: Tue, 2 Jul 2019 21:36:56 +0430 Subject: [PATCH] Fixing HugoThemes Feedbacks (#5) * add: 'content' folder under exampleSite fix #4 * fix: absURL added for profile.jpg fix #3 * update: added description about theme close #2 * fix: profile image renamed to the hardcoded one --- exampleSite/content/.gitkeep | 0 exampleSite/static/{profile_bw.jpg => profile.jpg} | Bin layouts/partials/head.html | 2 +- theme.toml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 exampleSite/content/.gitkeep rename exampleSite/static/{profile_bw.jpg => profile.jpg} (100%) diff --git a/exampleSite/content/.gitkeep b/exampleSite/content/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/exampleSite/static/profile_bw.jpg b/exampleSite/static/profile.jpg similarity index 100% rename from exampleSite/static/profile_bw.jpg rename to exampleSite/static/profile.jpg diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5baa263..9e8ade9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,5 @@