fix theme

This commit is contained in:
MeiK
2020-12-16 17:27:17 +08:00
parent 61b33cdfa0
commit e49f5b551e
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -25,7 +25,7 @@
<ul>
{{ range .Paginator.Pages }}
<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">
<h3 class="wb-break-all">
<a href="{{ .Permalink }}">{{ .Title }}</a>
@@ -33,12 +33,11 @@
</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 }}
</div>
</div>
<div class="f6 text-gray mt-2">
{{ with .Params.tags }}
{{ range $tag := (first 5 .) }}