mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix multiple H1 in doc
Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
parent
8985af7ba8
commit
d2e506037d
|
|
@ -42,7 +42,7 @@ main {
|
|||
.title-div {
|
||||
height: 20px;
|
||||
margin-top: 20px;
|
||||
h1 {
|
||||
p {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font-size: 20px;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||
{{ $secondSection = . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<h1><a href="{{ $secondSection.RelPermalink }}">{{ $secondSection.LinkTitle }}</a></h1>
|
||||
<p><a href="{{ $secondSection.RelPermalink }}">{{ $secondSection.LinkTitle }}</a></p>
|
||||
<div class="menu section-control">
|
||||
<div></div>
|
||||
<div></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue