aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/_default/examples.html
AgeCommit message (Collapse)AuthorFilesLines
2020-12-04docs(examples): new cheatsheet and RTL examplesGaƫl Poupard1-1/+1
2020-11-19examples: add the version number in `title` (#32198)XhmikosR1-1/+1
2020-11-05Drop Legacy Edge support.XhmikosR1-1/+0
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-05-07Use `safeHTMLAttr` in the `integrity` attributes.XhmikosR1-2/+2
2020-02-22Use `hugo.Environment` instead of `getenv` (#29240)XhmikosR1-1/+1
This is set automatically to "development" when the local server is running, and to "production" when Hugo builds the site.
2019-07-23Don't add the crossorigin attribute unless we pass integrity. (#29112)XhmikosR1-1/+1
2019-07-22Simplify code.XhmikosR1-10/+8
2019-07-22Allow to pass integrity & async attribute to extra jsMartijn Cuppens1-1/+3
2019-05-02Examples: include favicons. (#28504)XhmikosR1-0/+1
2019-04-15Update hugo-bin to v0.43.1 (Hugo 0.55.1). (#28631)XhmikosR1-1/+1
2019-03-13Add support for meta robots.XhmikosR1-0/+4
2019-03-13Switch to Hugo.XhmikosR1-0/+52
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!