Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-25 | Add print css link | Mohammed El-Dahash | |
2017-07-25 | Add print css link | Mohammed El-Dahash | |
2017-03-25 | Replacing 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). | |||
2016-11-17 | Rename RSSlink to RSSLink | Bjørn Erik Pedersen | |
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. | |||
2016-08-19 | Don't repeat title in <title> tag on the home page | Jakub Kucharski | |
2016-01-02 | Use language from configuration. | Matthew Buckett | |
The header should use the language supplied in the configuration rather than hardcoding to english (US). | |||
2015-08-13 | Remove double-slashes in stylesheet URLs | philgs | |
2015-07-17 | Added Disqus support | digitalcraftsman | |
2015-07-14 | Merge pull request #11 from marc-jones/patch-1 | digitalcraftsman | |
Corrected link to favicon image | |||
2015-07-13 | Linking the title in the sidebar to home | digitalcraftsman | |
2015-07-13 | Merge pull request #17 from kwo/master | digitalcraftsman | |
change .BaseUrl to .BaseURL | |||
2015-07-13 | Merge pull request #19 from digitalcraftsman/fix-url-variable | digitalcraftsman | |
Replaced .Url with .URL in sidebar.html | |||
2015-06-25 | Replaced .Url with .URL in sidebar.html | digitalcraftsman | |
2015-06-18 | Add {{ .Hugo.Generator }} | Anthony Fok | |
2015-06-10 | change .BaseUrl to .BaseURL | Karl Ostendorf | |
2015-05-18 | Corrected link to favicon image | Marc Jones | |
The original reference was to favicon.ico, when the provided image is .png | |||
2015-05-01 | Merge pull request #9 from giodamelio/master | Steve Francia | |
Fetch Google fonts over https to avoid mixed contents warnings | |||
2015-02-23 | Fetch google fonts over https | Gio d'Amelio | |
2015-01-05 | Lowercase variables for .Site.Params | philgs | |
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-23 | renaming chrome to partials | spf13 | |