diff --git a/README.md b/README.md index 00ba85f..11258c5 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,14 @@ - 提交热力图的标签显示没有完全对齐 - 多个可点击元素点击后会出现蓝色的边框 +- 移动端模式下点击热力图可能会导致样式错乱 TODO -- 移动端适配 +- SEO 优化 +- 评论 +- 自定义菜单 +- 更多链接平台支持 ## Init hugo site diff --git a/layouts/partials/mobile-menus.html b/layouts/partials/mobile-menus.html new file mode 100644 index 0000000..ca8c843 --- /dev/null +++ b/layouts/partials/mobile-menus.html @@ -0,0 +1,27 @@ +{{ $section := where .Site.RegularPages "Section" "in" (slice "post") }} +{{ $section_count := len $section }} +
\ No newline at end of file diff --git a/layouts/partials/overview.html b/layouts/partials/overview.html index bb0ba2c..8702062 100644 --- a/layouts/partials/overview.html +++ b/layouts/partials/overview.html @@ -8,147 +8,145 @@ {{ $section = where .Site.RegularPages "Section" "in" (slice "post") }} {{ $section_title = "Popular posts" }} {{ end }} -