about summary refs log tree commit diff stats
path: root/layouts
Commit message (Collapse)AuthorAgeLines
* Fix url for Google fontsdigitalcraftsman2017-09-07-2/+2
|
* Add Google Analytics supportdigitalcraftsman2017-09-07-0/+2
| | | | Closes #44
* Switch to Hugo's built-in Disqus templatedigitalcraftsman2017-09-07-2/+2
|
* Remove custom Disqus templatedigitalcraftsman2017-09-07-15/+1
|
* Trim more whitespace in template logicdigitalcraftsman2017-09-07-6/+6
|
* Make use of the base templatedigitalcraftsman2017-09-07-69/+42
|
* Use .Site.BaseURL to generate sidebar "Home" linkdigitalcraftsman2017-07-25-1/+1
|\
| * Use .Site.BaseURL to generate sidebar "Home" linkVivek Ghaisas2017-05-26-1/+1
| |
* | Fix indentation in layoutsVivek Ghaisas2017-07-25-17/+17
| | | | | | | | | | - Change indentation to 2 spaces to match convention - Don't indent <body> and <head> as per convention
* | Add print css linkMohammed El-Dahash2017-07-25-1/+1
| |
* | Add print css linkMohammed El-Dahash2017-07-25-0/+1
| |
* | Fix disqusShortname conditionalBjørn Erik Pedersen2017-07-25-1/+1
|/ | | | Fixes #43
* Replacing deprecated function call with now preferred version (#39)Oliver Schneider2017-03-25-1/+1
| | | | | | 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).
* Rename RSSlink to RSSLinkBjørn Erik Pedersen2016-11-17-1/+1
| | | | | | The former will be deprecated and eventually removed from Hugo. Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
* Add layout-reverse body class code to single and list templates.Jason Yee2016-08-19-2/+2
|
* Don't repeat title in <title> tag on the home pageJakub Kucharski2016-08-19-1/+5
|
* Add configuration to Reverse layoutJán Koščo2016-03-08-1/+1
|
* Use language from configuration.Matthew Buckett2016-01-02-1/+1
| | | The header should use the language supplied in the configuration rather than hardcoding to english (US).
* make 404 page use Site.Params.themeColorTony Bai2015-09-22-1/+1
|
* Remove double-slashes in stylesheet URLsphilgs2015-08-13-3/+3
|
* Added Disqus supportdigitalcraftsman2015-07-17-10/+28
|
* Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globallydigitalcraftsman2015-07-15-3/+3
|\ | | | | Added an option change the theme globally in the configs
| * Added missing change in index.htmldigitalcraftsman2015-06-02-0/+1
| |
| * Added an option change the theme globally in the configsdigitalcraftsman2015-06-02-3/+2
| |
* | Merge pull request #11 from marc-jones/patch-1digitalcraftsman2015-07-14-1/+1
|\ \ | | | | | | Corrected link to favicon image
| * | Corrected link to favicon imageMarc Jones2015-05-18-1/+1
| |/ | | | | The original reference was to favicon.ico, when the provided image is .png
* | Linking the title in the sidebar to homedigitalcraftsman2015-07-13-1/+1
| |
* | Added .BaseURL to link in 404 pagedigitalcraftsman2015-07-13-1/+1
| |
* | Added a 404 pagedigitalcraftsman2015-07-13-0/+12
| | | | | | | | This addition implements the design of the original 404 page.
* | Merge pull request #17 from kwo/masterdigitalcraftsman2015-07-13-3/+3
|\ \ | | | | | | change .BaseUrl to .BaseURL
| * | change .BaseUrl to .BaseURLKarl Ostendorf2015-06-10-3/+3
| |/
* | Merge pull request #19 from digitalcraftsman/fix-url-variabledigitalcraftsman2015-07-13-1/+1
|\ \ | | | | | | Replaced .Url with .URL in sidebar.html
| * | Replaced .Url with .URL in sidebar.htmldigitalcraftsman2015-06-25-1/+1
| |/
* / Add {{ .Hugo.Generator }}Anthony Fok2015-06-18-0/+1
|/
* Merge pull request #9 from giodamelio/masterSteve Francia2015-05-01-1/+1
|\ | | | | Fetch Google fonts over https to avoid mixed contents warnings
| * Fetch google fonts over httpsGio d'Amelio2015-02-23-1/+1
| |
* | Lowercase variables for .Site.Paramsphilgs2015-01-05-2/+2
|/ | | 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.
* Use `partial` call to include partial templatesAnthony Fok2014-09-08-6/+6
| | | | | Replace `template` call with the `partial` call (new in Hugo v0.12) for including partial templates
* Removed extra unused html tags from list template, h4 and unused spanGlen Baker2014-09-08-10/+11
| | | | | Conflicts: layouts/_default/list.html
* Add missing div closing tagAlan Pearce2014-09-08-1/+1
|
* renaming chrome to partialsspf132014-05-23-6/+6
|
* Hyde theme: sync with upstream to v2.0.0.Dato Simó2014-05-15-13/+14
| | | | | | | | CSS is now split into poole.css and hyde.css; chrome/sidebar.html updated. Also cherry-pick: * poole/hyde@48b9d1f - Set a max-width for images
* Adding the hyde themespf132014-04-26-0/+98