Compare commits
1 Commits
release-00
...
release-cd
Author | SHA1 | Date | |
---|---|---|---|
cd9173aa74 |
@@ -37,7 +37,7 @@ build:
|
|||||||
- echo "JOB_ID=$CI_JOB_ID" >> job.env
|
- echo "JOB_ID=$CI_JOB_ID" >> job.env
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/caldwell-59.zip
|
- dist/
|
||||||
expire_in: 1d
|
expire_in: 1d
|
||||||
reports:
|
reports:
|
||||||
dotenv: job.env
|
dotenv: job.env
|
||||||
|
@@ -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;
|
||||||
|
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