diff --git a/assets/css/style.css b/assets/css/style.css index 5f7b669..ed92d08 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -10,4 +10,21 @@ .back-to-top { bottom: 30px; +} + +.rss-link { + border-top: 1px dotted #ccc; + border-bottom: 1px dotted #ccc; + text-align: center; + margin: 10px 0 0 0; +} + +.rss-link a { + display: block; + color: #fc6423; + border-bottom: none; +} + +.rss-link a:hover { + font-weight: bold; } \ No newline at end of file diff --git a/i18n/en-us.toml b/i18n/en-us.toml index a474bb9..f7908fb 100644 --- a/i18n/en-us.toml +++ b/i18n/en-us.toml @@ -4,7 +4,11 @@ [SitePostsTitle] other = "Posts" +[SiteCatesTitle] + other = "Categories" [SiteTagsTitle] other = "Tags" +[RSSTitle] + other = "RSS Subscribe" [CCLinkTitle] other = "Creative Commons" \ No newline at end of file diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml index af79bd7..7f03e2f 100644 --- a/i18n/zh-cn.toml +++ b/i18n/zh-cn.toml @@ -4,7 +4,11 @@ [SitePostsTitle] other = "日志" +[SiteCatesTitle] + other = "分类" [SiteTagsTitle] other = "标签" +[RSSTitle] + other = "RSS 订阅" [CCLinkTitle] other = "共享知识" \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 32852f7..d287d4a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -58,11 +58,21 @@ {{ T "SitePostsTitle" }} +