diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8441c444..ce7aded7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -34,4 +34,5 @@ footnotereturnlinkcontents = "↩" [params] description = "A website built through Hugo and blogdown." + GithubEdit = "https://github.com/yihui/hugo-xmin/edit/feature/github-edit/exampleSite/content/" footer = "© [Yihui Xie](https://yihui.name) 2017 | [Github](https://github.com/yihui) | [Twitter](https://twitter.com/xieyihui)" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3f46ea54..6a6687c6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,6 +4,17 @@