aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
Commit message (Collapse)AuthorAgeFilesLines
* baseof.html: Do not minify CSSXavier Del Campo Romero2023-01-031-2/+2
|
* baseof.html: Do not bundle any JSXavier Del Campo Romero2023-01-031-10/+0
|
* Fix redundant .MediaType.Suffix (#100)Tong Wu2019-10-271-1/+1
| | | | | Fix alternative output formats list: * Fix redundant .MediaType.Suffix * Correct `title` attribute value to page title
* Add code copy button to all code fields in the blog (#81)Alexander Dunkel2019-08-181-2/+11
|
* Fix Integrity and CORS issue on Chrome (#89)Zorawar Moolenaar2019-08-181-2/+2
| | | Adding `crossorigin="anonymous"` to avoid CORS issues.
* Put metadata tags into partialTrack32019-02-011-3/+1
| | | And update example config.toml (relate to #40)
* Fix analytics partial (#31)Ge "David" Feng2019-01-101-1/+1
| | | Add the dot to pass along the current context
* Add more customizationsTrack32018-12-311-15/+13
|
* Modularize analytics and add extra headers (#26)Arnab Kumar Shil2018-12-311-1/+4
|
* Add custom css support (#21)Arnab Kumar Shil2018-12-301-0/+3
|
* Add meta descriptions to document head (#19)Arnab Kumar Shil2018-12-291-0/+3
| | | Use Hugo‘s built in `schema.html` `opengraph.html` `twitter_cards.html` templates
* Fixed usage of RelPermalink in baseof.htmlKevin Morgan2018-12-261-2/+2
| | | | | When the static site is built, js and css import fails with RelPermalink.
* Improve code quality & consistencyTrack32018-12-121-1/+1
| | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part
* First commitTrack32018-10-231-0/+36