Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Linking the title in the sidebar to home | digitalcraftsman | 2015-07-13 | -1/+1 |
| | ||||
* | Added .BaseURL to link in 404 page | digitalcraftsman | 2015-07-13 | -1/+1 |
| | ||||
* | Added a 404 page | digitalcraftsman | 2015-07-13 | -0/+12 |
| | | | | This addition implements the design of the original 404 page. | |||
* | Merge pull request #17 from kwo/master | digitalcraftsman | 2015-07-13 | -3/+3 |
|\ | | | | | change .BaseUrl to .BaseURL | |||
| * | change .BaseUrl to .BaseURL | Karl Ostendorf | 2015-06-10 | -3/+3 |
| | | ||||
* | | Merge pull request #19 from digitalcraftsman/fix-url-variable | digitalcraftsman | 2015-07-13 | -1/+1 |
|\ \ | | | | | | | Replaced .Url with .URL in sidebar.html | |||
| * | | Replaced .Url with .URL in sidebar.html | digitalcraftsman | 2015-06-25 | -1/+1 |
| |/ | ||||
* / | Add {{ .Hugo.Generator }} | Anthony Fok | 2015-06-18 | -0/+1 |
|/ | ||||
* | Merge pull request #9 from giodamelio/master | Steve Francia | 2015-05-01 | -1/+1 |
|\ | | | | | Fetch Google fonts over https to avoid mixed contents warnings | |||
| * | Fetch google fonts over https | Gio d'Amelio | 2015-02-23 | -1/+1 |
| | | ||||
* | | Lowercase variables for .Site.Params | philgs | 2015-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 templates | Anthony Fok | 2014-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 span | Glen Baker | 2014-09-08 | -10/+11 |
| | | | | | Conflicts: layouts/_default/list.html | |||
* | Add missing div closing tag | Alan Pearce | 2014-09-08 | -1/+1 |
| | ||||
* | renaming chrome to partials | spf13 | 2014-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 theme | spf13 | 2014-04-26 | -0/+98 |