fix
This commit is contained in:
parent
1e93c304b7
commit
0b2dbf2f51
@ -10,9 +10,12 @@
|
|||||||
<!--
|
<!--
|
||||||
{{ partial "particles.html" . }}
|
{{ partial "particles.html" . }}
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
{{ partial "svg.html" . }}
|
{{ partial "svg.html" . }}
|
||||||
|
{{ if eq $o "" }}
|
||||||
{{ partial "term.html" . }}
|
{{ partial "term.html" . }}
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -394,6 +394,9 @@ header#header {
|
|||||||
button.tag {
|
button.tag {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
article {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
@ -1165,7 +1168,7 @@ li.commit a span.icon-moji_a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
background: #fff;
|
background: #f1f1f1;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
}
|
}
|
||||||
@ -1181,3 +1184,8 @@ blockquote {
|
|||||||
.pager a {
|
.pager a {
|
||||||
color: #fff700;
|
color: #fff700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article {
|
||||||
|
padding: 40px;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
16
theme.toml
Normal file
16
theme.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name = "ai/web"
|
||||||
|
license = "MIT"
|
||||||
|
licenselink = "https://git.syui.ai/ai/web"
|
||||||
|
description = "ai/web hugo theme"
|
||||||
|
homepage = "https://yui.syui.ai"
|
||||||
|
tags = ["blog"]
|
||||||
|
features = ["font-awesome","icomoon"]
|
||||||
|
|
||||||
|
[author]
|
||||||
|
name = "syui"
|
||||||
|
homepage = "https://syui.ai"
|
||||||
|
|
||||||
|
[original]
|
||||||
|
author = "syui"
|
||||||
|
homepage = "https://yui.syui.ai"
|
||||||
|
repo = "https://git.syui.ai/ai/web"
|
Loading…
Reference in New Issue
Block a user