Compare commits
2 Commits
release-00
...
main
Author | SHA1 | Date | |
---|---|---|---|
91d222de33 | |||
85bfddfe9f |
@@ -11,14 +11,6 @@
|
|||||||
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-article-title {
|
.gh-article-title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gh-main {
|
.gh-main {
|
||||||
padding-top: 0;
|
padding-top: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-feed {
|
.gh-feed {
|
||||||
|
2
post.hbs
2
post.hbs
@@ -18,8 +18,10 @@
|
|||||||
<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