mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-01 19:50:52 +00:00
Remove displaying description on indivisual articles
This commit is contained in:
parent
bbffbaa29d
commit
1b7e74991e
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
{% if isArticle %}
|
{% if isArticle %}
|
||||||
<div class="article__info">
|
<div class="article__info">
|
||||||
<p class="article__info--desc">{{ desc }}</p>
|
|
||||||
<p>
|
<p>
|
||||||
{{ content | wordcount | thousands }} words.
|
{{ content | wordcount | thousands }} words.
|
||||||
Posted on <time datetime="{{ date }}">{{ date | formatDate }}</time> by {{ sitemeta.siteAuthor.name }}
|
Posted on <time datetime="{{ date }}">{{ date | formatDate }}</time> by {{ sitemeta.siteAuthor.name }}
|
||||||
@ -105,8 +104,6 @@
|
|||||||
padding-left: 0.3em;
|
padding-left: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article__info--desc { margin-bottom: 1em; }
|
|
||||||
|
|
||||||
.blog__post--pagination {
|
.blog__post--pagination {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
margin-block-start: 2.5em;
|
margin-block-start: 2.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user