aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
Commit message (Collapse)AuthorAgeFilesLines
* Add reference to fork repoXavier Del Campo Romero2023-01-031-1/+1
|
* Implement pure CSS nav menuXavier Del Campo Romero2023-01-031-9/+10
|
* Replace RSS URL from /index.xml with posts/index.xmlXavier Del Campo Romero2022-05-081-1/+1
|
* Minor improvementsTrack32020-06-081-1/+1
| | | | | | * fix footnote style * speed up header animations * update animate.css, remove `-webkit-` vendor prefix
* Add social icon of QQ (#118)Tnze2020-03-081-1/+3
|
* Add safeURL on social icons linksNicolas Guichard2019-10-271-1/+1
| | | | | The social icon links are generated from developer-controlled config.toml file. They can be considered safe. This enables using various URI schemes such as `tel:`, `sip:`, `geo:` or `whatever:`.
* Fix URLs in Multilingual Mode (#93)Thai Ngo2019-09-151-1/+1
| | | | | | Make below links correct in Multilingual Mode: * tag links in single post page * footer RSS link * 404 page "archive" link
* Add Twitch social icon (#95)Adam Gausmann2019-09-151-0/+2
|
* Add new icons for designers (#85)Hervy Qurrotul Ainur2019-07-281-12/+28
| | | | * Add several icons for designers & microstocker: shutterstock, freepik, adobestock, 123rf, dreamstime, dribbble, and behance. * Update telegram & stackoverflow icon.
* Add basic support for nested menuTrack32019-06-222-3/+13
| | | * Related issue: #53
* Add related content section to single page (#77)Track32019-06-211-0/+11
| | | | Set `relatedPosts` to `true` in the config to enable this.
* Add stackoverflow iconTrack32019-05-261-0/+2
| | | | * See #68
* Add rel="me" to social icons (#61)Tom Morris2019-04-231-1/+1
|
* Add Telegram icon (#45)Dmitry Yakimenko2019-02-031-0/+2
| | | This icon is originally designed by @dmitrytrusov for Hugo Minimo theme.
* Put metadata tags into partialTrack32019-02-011-0/+6
| | | And update example config.toml (relate to #40)
* Remove inline style and script of bg-imgTrack32019-01-011-2/+2
| | | | * See #22
* Add home footer copyrightTrack32019-01-011-1/+4
| | | | * See #25
* Fix header toggle bg-image buttonTrack32018-12-311-1/+1
|
* Add more customizationsTrack32018-12-312-1/+7
|
* Modularize analytics and add extra headers (#26)Arnab Kumar Shil2018-12-311-0/+1
|
* Slightly improve accessibilityTrack32018-12-312-4/+4
| | | | * Add `title` attribute to some buttons or icons
* Minor style improvementsTrack32018-12-311-1/+1
| | | | | * Get rid of inline style for mobile menu (#22) * Improve background image & post meta link style
* Put comments into a partialTrack32018-12-301-0/+3
| | | | * Also removed unnecessary Disqus style (didn't regenerate resources)
* Merge pull request #18 from Track3/feature-tocTrack32018-12-281-0/+3
|\ | | | | Add support for Table of Contents
| * Add toggle toc buttonTrack32018-12-281-0/+3
| |
* | Fix menu url in multilingual modeTrack32018-12-281-2/+2
| | | | | | | | * See #17
* | Show rss links if `RSS` is not in `disableKinds` (#15)Ali Cirik2018-12-261-1/+1
|/ | | * If RSS is disabled in the configuration using `disableKinds`, the "rss" link in the footer won't show up
* Output year based on the current local timeTrack32018-12-131-1/+1
| | | For footer copyright message
* Remove screen-reader-text (#8)Track32018-12-122-2/+2
|
* Improve code quality & consistencyTrack32018-12-123-15/+11
| | | | | | * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part
* Fix DisqusTrack32018-12-111-16/+0
| | | | | * Use Hugo's built-in disqus template * Add some extra style * See #9
* Add gitlab in sgv.htmlManuel Pineda2018-11-281-1/+3
|
* First commitTrack32018-10-235-0/+78