fix
This commit is contained in:
parent
4c5be2105c
commit
05730977b0
@ -11,7 +11,7 @@
|
||||
</li>
|
||||
|
||||
{{ range $index,$value := (where $.Site.RegularPages.ByDate.Reverse "Section" "blog") }}
|
||||
{{ if lt $index 5 }}
|
||||
{{ if lt $index 1 }}
|
||||
<li class="blog-list-first" style="display:block;"> <a href="{{.Permalink}}">{{.Title}}</a> <span class="blog-date">{{ .Date.Local.Format "2006-01-02" }}</span> </li>
|
||||
{{ else }}
|
||||
<li class="blog-list-all" style="display:none;"> <a href="{{.Permalink}}">{{.Title}}</a> <span class="blog-date">{{ .Date.Local.Format "2006-01-02" }}</span> </li>
|
||||
|
@ -5,7 +5,6 @@
|
||||
<div class="navbar-nav-left">
|
||||
<a class="navbar-brand" href="/story">ストーリー</a>
|
||||
<a class="navbar-brand" href="/chara">キャラクター</a>
|
||||
<a class="navbar-brand" href="/manga">マンガ</a>
|
||||
<a class="navbar-brand" href="/card">カード</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1101,3 +1101,14 @@ li.blog-menu {
|
||||
.hotkeys-docs table tbody tr td {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
li.blog-menu button {
|
||||
padding:5px 10px;
|
||||
background-color: #fff;
|
||||
border: none;
|
||||
}
|
||||
|
||||
li.blog-menu button:hover {
|
||||
background-color: #313131;
|
||||
color: #fff700;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user