summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/footer.html
AgeCommit message (Collapse)AuthorFilesLines
2021-05-03#281, Copy code block content on clickAlex Shpak1-0/+5
2021-04-11Add custom commit path for last edited link (#319)Collin Brooks1-1/+2
- A new `BookCommitPath` paramter was added that allows the 'commit' portion of the link to a page's last edited commit hash to be specified. - This is useful when github is not the default repository for a project. Co-authored-by: Collin Brooks <cbrooks@sentryds.com>
2021-02-22Bug Fix: Empty .Site.Params.contentDir (#312)Caleb Jasik1-1/+1
* Bug Fix: Empty .Site.Params.contentDir When .Site.Params.contentDir is left as the default: "content", calling .Site.Params.contentDir returns nothing, or maybe an empty string. To fix this, we set a default value for .Site.Params.contentDir to "content" and the url is built correctly. * Use the `default` function instead of `or` https://gohugo.io/functions/default/
2020-05-01Add manifestAlex Shpak1-1/+1
2020-04-16Edit this page content dir lang independent (#202)tyler711-1/+1
#200
2020-04-10#162, Add docs/date partial, for date customizationAlex Shpak1-1/+1
2020-01-24Rework of main template, adds options for more fine customisationAlex Shpak1-19/+10
2020-01-17#133, move disqus to separate template to allow override, rename BookDisqus ↵Alex Shpak1-2/+4
to BookComments
2020-01-13Update disqus support, add global site config BookDisqusAlex Shpak1-1/+1
2020-01-13feat: added support for Disqus (#120)Dave Kerr1-0/+4
* feat: added support for Disqus * feat: allow disqus to be disabled through frontmatter Set: bookDisableComments: true On a page to disable disqus for the content.
2019-12-17replacing any backslashes with forward slashes for edit file url(#116)Thomas M Porter II1-1/+1
Seems to be a Windows related thing. `.File.Path` returns a path with backslashes this adds a replace to make those forward slashes. This appears to fix #115
2019-12-09Make icons white in dark modeAlex Shpak1-2/+2
2019-11-16Make GitInfo not required for 'edit this page' linkAlex Shpak1-1/+1
2019-11-16Refactor footerAlex Shpak1-9/+12
2019-11-16Polish multilang mode, update docsAlex Shpak1-2/+2
2019-11-16Add language switch at bottom of pageAlex Shpak1-0/+24
2019-04-09Various fixes responding to Alex notesJordi Bares1-15/+0
2019-04-09Add footer functionalityJordi Bares1-0/+15