about summary refs log tree commit diff stats
path: root/layouts
Commit message (Collapse)AuthorAgeLines
* 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