Fix post-copyright

This commit is contained in:
Mimi 2020-08-15 00:15:32 +08:00
parent fb37a76f65
commit f8b59a2b63
3 changed files with 9 additions and 9 deletions

View File

@ -44,7 +44,7 @@
{%- endif %}
<span title="{{ __('symbols_count_time.time_total') }}">{{ symbolsTimeTotal(site, config.symbols_count_time.awl, config.symbols_count_time.wpm, __('symbols_count_time.time_minutes')) }}</span>
</span>
{%- endif %}
{%- endif %}
</div>
{%- endif %}

View File

@ -1,11 +1,3 @@
if (hexo-config('creative_commons.post')) {
.post-copyright {
list-style: none;
padding: .5em 1em;
post-card();
}
}
.followme {
color: $grey;
padding: 1em 1.5em;

View File

@ -16,6 +16,14 @@
text-align: center;
}
if (hexo-config('creative_commons.post')) {
.post-copyright {
list-style: none;
padding: .5em 1em;
post-card();
}
}
.post-eof {
background: $grey-light;
height: 1px;