Compare commits
1 Commits
release-91
...
release-77
Author | SHA1 | Date | |
---|---|---|---|
77604a5588 |
@@ -11,6 +11,20 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-article-meta>*+ :not(script)::before {
|
||||||
|
background-color: var(--color-secondary-text);
|
||||||
|
border-radius: 50%;
|
||||||
|
content: "";
|
||||||
|
height: 2px;
|
||||||
|
width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-card-meta>* {
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
gap: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-article-title {
|
.gh-article-title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
2
post.hbs
2
post.hbs
@@ -18,10 +18,8 @@
|
|||||||
<span class="gh-article-meta">
|
<span class="gh-article-meta">
|
||||||
{{#if primary_tag}}
|
{{#if primary_tag}}
|
||||||
<a class="gh-article-tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a>
|
<a class="gh-article-tag" href="{{primary_tag.url}}">{{primary_tag.name}}</a>
|
||||||
—
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<span>{{reading_time}}</span>
|
<span>{{reading_time}}</span>
|
||||||
—
|
|
||||||
<time datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
|
<time datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user