mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-07 10:04:04 +00:00
@@ -11,6 +11,7 @@
|
|||||||
- 评论
|
- 评论
|
||||||
- 自定义菜单
|
- 自定义菜单
|
||||||
- 更多链接平台支持
|
- 更多链接平台支持
|
||||||
|
- 热力图和底部列表的时区问题
|
||||||
|
|
||||||
## Init hugo site
|
## Init hugo site
|
||||||
|
|
||||||
|
@@ -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 .) }}
|
||||||
|
Reference in New Issue
Block a user