summaryrefslogtreecommitdiff
path: root/layouts/partials/sidebar.html
AgeCommit message (Collapse)Author
2018-08-27fix(partials/sidebar): Use more semantic elementsSorin Davidoi
2017-09-07Trim more whitespace in template logicdigitalcraftsman
2017-05-26Use .Site.BaseURL to generate sidebar "Home" linkVivek Ghaisas
2017-03-25Replacing deprecated function call with now preferred version (#39)Oliver Schneider
Using the old call was producing the following Warning: WARNING: Page's Now is deprecated and will be removed in a future release. Use now (the template func).
2015-07-13Linking the title in the sidebar to homedigitalcraftsman
2015-06-25Replaced .Url with .URL in sidebar.htmldigitalcraftsman
2015-01-05Lowercase variables for .Site.Paramsphilgs
Variables under .Site.Params are accessed with all lower-case identifiers. Hugo won't find them with an upper-case first letter, regardless of how they're formatted in the site `config` file.
2014-05-23renaming chrome to partialsspf13