aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
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.
* Add anchor points to post list pageTrack32019-03-241-1/+1
| | | | * post-year now has anchor point, you can click on it or input url with hash tag to jump to a specific year. * See #39
* Put metadata tags into partialTrack32019-02-011-3/+1
| | | And update example config.toml (relate to #40)
* Add anchor links to heading (#38)Track32019-01-271-1/+1
| | | | * Closes #36
* Fix analytics partial (#31)Ge "David" Feng2019-01-101-1/+1
| | | Add the dot to pass along the current context
* Remove absURL for featuredImg & bgImgTrack32019-01-071-1/+1
| | | | See #29
* Fix featured image toggleTrack32019-01-031-7/+3
|
* Add featured image to normal page templateTrack32019-01-021-1/+18
|
* 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
|
* Improve javascriptTrack32018-12-302-2/+0
|
* Put comments into a partialTrack32018-12-301-3/+3
| | | | * Also removed unnecessary Disqus style (didn't regenerate resources)
* 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-123-4/+4
| | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part
* Fix DisqusTrack32018-12-111-2/+4
| | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9
* First commitTrack32018-10-233-0/+90