summaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
AgeCommit message (Collapse)Author
2019-10-13Add meta description to headerArtur Zylinski
Based on hugo docs: https://gohugo.io/variables/site/#example-site-params And developers.google recommendations: https://developers.google.com/web/tools/lighthouse/audits/description?utm_source=lighthouse&utm_medium=devtools
2019-10-03fix(heads): Add protocol to gmpg URLSorin Davidoi
The resource is available over HTTPS. https://webhint.io/docs/user-guide/hints/hint-no-protocol-relative-urls/
2019-04-27Removed deprecated .Hugo and .RSSLinkz0li
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-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-09-07Fix url for Google fontsdigitalcraftsman
2017-09-07Trim more whitespace in template logicdigitalcraftsman
2017-07-25Add print css linkMohammed El-Dahash
2017-07-25Add print css linkMohammed El-Dahash
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-19Don't repeat title in <title> tag on the home pageJakub Kucharski
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-08-13Remove double-slashes in stylesheet URLsphilgs
2015-07-14Merge pull request #11 from marc-jones/patch-1digitalcraftsman
Corrected link to favicon image
2015-07-13Merge pull request #17 from kwo/masterdigitalcraftsman
change .BaseUrl to .BaseURL
2015-06-18Add {{ .Hugo.Generator }}Anthony Fok
2015-06-10change .BaseUrl to .BaseURLKarl Ostendorf
2015-05-18Corrected link to favicon imageMarc Jones
The original reference was to favicon.ico, when the provided image is .png
2015-02-23Fetch google fonts over httpsGio d'Amelio
2014-05-23renaming chrome to partialsspf13