fix: Chinese news blog (not fashion/lifestyle); qipao motif, drop lantern
This commit is contained in:
@@ -249,7 +249,7 @@ const ads = site.ads;
|
|||||||
transform: translateY(-1px);
|
transform: translateY(-1px);
|
||||||
}
|
}
|
||||||
.post::before {
|
.post::before {
|
||||||
content: "卍";
|
content: "闻";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px; right: 12px;
|
top: 8px; right: 12px;
|
||||||
color: var(--gold);
|
color: var(--gold);
|
||||||
@@ -474,7 +474,7 @@ const ads = site.ads;
|
|||||||
<span class="cnr-bl"></span>
|
<span class="cnr-bl"></span>
|
||||||
<span class="cnr-br"></span>
|
<span class="cnr-br"></span>
|
||||||
|
|
||||||
<div class="ribbon">华风雅韵 · 时尚生活</div>
|
<div class="ribbon">华语资讯 · 新闻速递</div>
|
||||||
|
|
||||||
<header class="qp-head">
|
<header class="qp-head">
|
||||||
<a href="/" class="brand-wrap">
|
<a href="/" class="brand-wrap">
|
||||||
@@ -518,7 +518,7 @@ const ads = site.ads;
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<footer class="qp-foot">
|
<footer class="qp-foot">
|
||||||
<div class="foot-cn">灯笼在手 · 故事在心</div>
|
<div class="foot-cn">旗袍一袭 · 新闻常新</div>
|
||||||
<div>© {year} {site.name} · All rights reserved</div>
|
<div>© {year} {site.name} · All rights reserved</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export const site = {
|
export const site = {
|
||||||
name: 'QipaoBuzz',
|
name: 'QipaoBuzz',
|
||||||
description: 'Fashion & Lifestyle Blog',
|
description: 'Chinese News · 华语新闻',
|
||||||
url: 'https://qipaobuzz.com',
|
url: 'https://qipaobuzz.com',
|
||||||
postsPerPage: 10,
|
postsPerPage: 10,
|
||||||
minTagCount: 3,
|
minTagCount: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user