mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Fix post-copyright
This commit is contained in:
parent
fb37a76f65
commit
f8b59a2b63
@ -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 %}
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user