summaryrefslogtreecommitdiff
path: root/layouts/_default
AgeCommit message (Collapse)Author
2018-08-27fix(_default/baseof): Use main tagSorin Davidoi
https://dequeuniversity.com/rules/axe/3.0/landmark-one-main
2017-09-07Add Google Analytics supportdigitalcraftsman
Closes #44
2017-09-07Switch to Hugo's built-in Disqus templatedigitalcraftsman
2017-09-07Remove custom Disqus templatedigitalcraftsman
2017-09-07Make use of the base templatedigitalcraftsman
2017-07-25Fix indentation in layoutsVivek Ghaisas
- Change indentation to 2 spaces to match convention - Don't indent <body> and <head> as per convention
2017-07-25Fix disqusShortname conditionalBjørn Erik Pedersen
Fixes #43
2016-08-19Add layout-reverse body class code to single and list templates.Jason Yee
2015-07-17Added Disqus supportdigitalcraftsman
2015-06-02Added an option change the theme globally in the configsdigitalcraftsman
2014-09-08Use `partial` call to include partial templatesAnthony Fok
Replace `template` call with the `partial` call (new in Hugo v0.12) for including partial templates
2014-09-08Removed extra unused html tags from list template, h4 and unused spanGlen Baker
Conflicts: layouts/_default/list.html
2014-05-23renaming chrome to partialsspf13
2014-04-26Adding the hyde themespf13