summaryrefslogtreecommitdiff
path: root/layouts
AgeCommit message (Collapse)Author
2018-08-29fix(layouts/single): Use <time>Sorin Davidoi
2018-08-29fix(layouts/index): Use <time> and <article>Sorin Davidoi
2018-08-29fix(layouts/list): Add datetime attribute to <time>Sorin Davidoi
2018-08-27fix(partials/head): Allow zoomingSorin Davidoi
Disabling zooming is problematic for people with low vision (https://dequeuniversity.com/rules/axe/3.0/meta-viewport).
2018-08-27fix(partials/sidebar): Use more semantic elementsSorin Davidoi
2018-08-27fix(_default/baseof): Use main tagSorin Davidoi
https://dequeuniversity.com/rules/axe/3.0/landmark-one-main
2018-08-07Fix for mixed insecure contentMatt Smith
2018-03-17Update head.htmlBjørn Erik Pedersen
Fixes #49
2018-02-27Fix #47: adds hook_head_end partialKevin Wiliarty
2017-10-01Implement Content Summaries / Split on index pageJinGen Lim
Posts in the index page will be automatically summarized to its first 70 words, or until a user-defined <!--more--> divider. When summarized, the "Read More" button also appears with a RelPermalink to the full post. https://gohugo.io/content-management/summaries/
2017-09-07Fix url for Google fontsdigitalcraftsman
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-07Trim more whitespace in template logicdigitalcraftsman
2017-09-07Make use of the base templatedigitalcraftsman
2017-07-25Use .Site.BaseURL to generate sidebar "Home" linkdigitalcraftsman
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-25Add print css linkMohammed El-Dahash
2017-07-25Add print css linkMohammed El-Dahash
2017-07-25Fix disqusShortname conditionalBjørn Erik Pedersen
Fixes #43
2017-05-26Use .Site.BaseURL to generate sidebar "Home" linkVivek Ghaisas
2017-03-25Replacing 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-17Rename RSSlink to RSSLinkBjø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-19Add layout-reverse body class code to single and list templates.Jason Yee
2016-08-19Don't repeat title in <title> tag on the home pageJakub Kucharski
2016-03-08Add configuration to Reverse layoutJán Koščo
2016-01-02Use language from configuration.Matthew Buckett
The header should use the language supplied in the configuration rather than hardcoding to english (US).
2015-09-22make 404 page use Site.Params.themeColorTony Bai
2015-08-13Remove double-slashes in stylesheet URLsphilgs
2015-07-17Added Disqus supportdigitalcraftsman
2015-07-15Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globallydigitalcraftsman
Added an option change the theme globally in the configs
2015-07-14Merge pull request #11 from marc-jones/patch-1digitalcraftsman
Corrected link to favicon image
2015-07-13Linking the title in the sidebar to homedigitalcraftsman
2015-07-13Added .BaseURL to link in 404 pagedigitalcraftsman
2015-07-13Added a 404 pagedigitalcraftsman
This addition implements the design of the original 404 page.
2015-07-13Merge pull request #17 from kwo/masterdigitalcraftsman
change .BaseUrl to .BaseURL
2015-07-13Merge pull request #19 from digitalcraftsman/fix-url-variabledigitalcraftsman
Replaced .Url with .URL in sidebar.html
2015-06-25Replaced .Url with .URL in sidebar.htmldigitalcraftsman
2015-06-18Add {{ .Hugo.Generator }}Anthony Fok
2015-06-10change .BaseUrl to .BaseURLKarl Ostendorf
2015-06-02Added missing change in index.htmldigitalcraftsman
2015-06-02Added an option change the theme globally in the configsdigitalcraftsman
2015-05-18Corrected link to favicon imageMarc Jones
The original reference was to favicon.ico, when the provided image is .png
2015-05-01Merge pull request #9 from giodamelio/masterSteve Francia
Fetch Google fonts over https to avoid mixed contents warnings
2015-02-23Fetch google fonts over httpsGio d'Amelio
2015-01-05Lowercase variables for .Site.Paramsphilgs
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-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-09-08Add missing div closing tagAlan Pearce