Merge pull request #51 from MeiK2333/new-theme

fix theme
This commit is contained in:
MeiK
2020-12-16 17:28:07 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
- 评论 - 评论
- 自定义菜单 - 自定义菜单
- 更多链接平台支持 - 更多链接平台支持
- 热力图和底部列表的时区问题
## Init hugo site ## Init hugo site

View File

@@ -25,7 +25,7 @@
<ul> <ul>
{{ range .Paginator.Pages }} {{ range .Paginator.Pages }}
<li class="col-12 d-flex width-full py-4 border-bottom color-border-secondary public source"> <li class="col-12 d-flex width-full py-4 border-bottom color-border-secondary public source">
<div class="col-10 col-lg-9 d-inline-block"> <div class="col-12 d-inline-block">
<div class="d-inline-block mb-1"> <div class="d-inline-block mb-1">
<h3 class="wb-break-all"> <h3 class="wb-break-all">
<a href="{{ .Permalink }}">{{ .Title }}</a> <a href="{{ .Permalink }}">{{ .Title }}</a>
@@ -33,12 +33,11 @@
</div> </div>
<div> <div>
<div class="col-9 d-inline-block text-gray mb-2 pr-4"> <div class="col-12 d-inline-block text-gray mb-2 pr-4">
{{ .Summary | safeHTML }} {{ .Summary | safeHTML }}
</div> </div>
</div> </div>
<div class="f6 text-gray mt-2"> <div class="f6 text-gray mt-2">
{{ with .Params.tags }} {{ with .Params.tags }}
{{ range $tag := (first 5 .) }} {{ range $tag := (first 5 .) }}