mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Fix #10
This commit is contained in:
parent
72cfb0834b
commit
2a7a427992
@ -49,7 +49,7 @@ body {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
.header a {
|
||||
.header a, .section-header a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
5
layouts/_default/_markup/render-heading.html
Normal file
5
layouts/_default/_markup/render-heading.html
Normal file
@ -0,0 +1,5 @@
|
||||
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
|
||||
<a href="#{{ .Anchor | safeURL }}">
|
||||
{{ .Text | safeHTML }}
|
||||
</a>
|
||||
</h{{ .Level }}>
|
@ -8,7 +8,7 @@ description = "Simple Hugo theme for boba.best and bbaovanc.com"
|
||||
homepage = "https://boba.best/"
|
||||
tags = []
|
||||
features = []
|
||||
min_version = "0.41.0"
|
||||
min_version = "0.71.0"
|
||||
|
||||
[author]
|
||||
name = "bbaovanc"
|
||||
|
Loading…
Reference in New Issue
Block a user