-
I want to put an "edit-this-page" icon alongside the search icon in the navbar. I want to link this icon to my GitHub repo. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can add social icons to the navbar in your social:
- icon: github
icon_pack: fab
link: <linktoyourguthubprofile>
label: "tooltip text"
display:
header: true Wowchemy has a build-in "edit-this-page" feature, that puts a link to the exact page on Github, in the footer. This can be activated in |
Beta Was this translation helpful? Give feedback.
You can add social icons to the navbar in your
admin
author profile.Add the following to the
_index.md
under./content/athours/<youradminprofile>/
:Wowchemy has a build-in "edit-this-page" feature, that puts a link to the exact page on Github, in the footer. This can be activated in
params.yaml
. See this link: https://github.com/wowchemy/starter-academic/blob/master/config/_default/params.yaml#L83