diff --git a/themes/blog/album.html b/themes/blog/album.html index 31a843a..baac160 100644 --- a/themes/blog/album.html +++ b/themes/blog/album.html @@ -66,159 +66,7 @@ }).catch()
加载中... @@ -246,6 +94,7 @@ data.forEach(item => { items.push(Formatv(item)) }) + html+='Videos' for (const item of items) { html += `
${item.text}` for (const id of item.ids) { diff --git a/themes/blog/public/css/app.css b/themes/blog/public/css/app.css index a1a2736..9ffc375 100644 --- a/themes/blog/public/css/app.css +++ b/themes/blog/public/css/app.css @@ -447,3 +447,22 @@ hr:after{ width:26px; height: 24px; } + +.dividingline{ + display: flex; + align-items: center; + font-size: 20px; + color: var(--primary, #673ab7); +} +.dividingline::before,.dividingline::after{ + content: ''; + flex: 1; + height: 1px; + background: #ccc; +} +.dividingline::before{ + margin-right: 10px; +} +.dividingline::after{ + margin-left: 10px; +} \ No newline at end of file diff --git a/themes/blog/talk.html b/themes/blog/talk.html index 24e753d..bbb9e10 100644 --- a/themes/blog/talk.html +++ b/themes/blog/talk.html @@ -1,202 +1,7 @@ {{template "header" .}}
- {{ .Title }} -