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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c7707bb..96badb0 100755
--- a/README.md
+++ b/README.md
@@ -358,9 +358,9 @@ Sidebar social network icons are configured as follows:
```
Icon sequence is unfortunately hardcoded. To modify, copy
-`your-website/themes/Hugo-Octopress/layouts/partials/sidebar.html` to
-`your-website/layouts/partials/sidebar.html` and modify the sequence. Look for
-`<li class="sidebar-nav-item">` tags. Use `</br>` to create a new line.
+`your-website/themes/Hugo-Octopress/layouts/partials/social.html` to
+`your-website/layouts/partials/social.html` and modify the sequence. Use `</br>`
+to create a new line.
Code to display links (and the idea to use these icons) is from
[Hyde-x][hyde-x-theme].