Commit Graph

13 Commits

Author SHA1 Message Date
b7def36e8c Update footer configuration and template
- Renamed `footerThemeName` to `footerHideThemeName` in `hugo.toml.example`
 - Updated conditional logic in `footer.html` to reflect the new parameter name
2024-09-30 10:35:18 -07:00
c5330915ea Add option to toggle footer theme name display
- Introduced `footerThemeName` parameter in `hugo.toml.example` to control the display of Hugo and Hermit-V2 theme tribute in the footer.
 - Updated `footer.html` to conditionally display the tribute based on the `footerThemeName` parameter.
2024-09-29 23:09:44 -07:00
ad69ca4910 Attempt 1 to solve #58
Signed-off-by: GitHub Action <action@github.com>
2024-04-02 07:38:48 +00:00
174f4938ca Hermit-V2 Theme Update 2023-12-17 08:27:09 +00:00
112c04a660 My bad 2023-12-17 13:29:11 +05:30
556699fcd7 Theme Files Update 2023-11-05 13:40:22 +00:00
4fcea430cf Added : homeSubtitlePrinter 2023-07-05 14:19:04 +05:30
91a18a1a92 Fix URLs in Multilingual Mode (#93)
Make below links correct in Multilingual Mode:
* tag links in single post page
* footer RSS link
* 404 page "archive" link
2019-09-15 17:04:56 +08:00
f38b9203b2 Add home footer copyright
* See #25
2019-01-01 14:06:04 +08:00
36fc9820cb Show rss links if RSS is not in disableKinds (#15)
* If RSS is disabled in the configuration using `disableKinds`, the "rss" link in the footer won't show up
2018-12-26 16:49:41 +08:00
561dc2ae87 Output year based on the current local time
For footer copyright message
2018-12-13 16:20:03 +08:00
3bb532df30 Improve code quality & consistency
* Add EditorConfig
* Rebuild animate.css: remove an unused animation
* Slightly rewrite header part
2018-12-12 00:02:36 +08:00
44dbcd6f34 First commit 2018-10-23 13:15:50 +08:00