master
xuxiaoyan 2 years ago
parent 7631b9ea65
commit a03c7ab84c
  1. 2
      jonnyelwyn/css/min.css
  2. 21
      jonnyelwyn/index.html

@ -6924,7 +6924,7 @@ ul.wp-block-rss li {
}
.sidebar {
margin: 0 auto 20px;
float: none !important;
/* float: none !important; */
display: block;
clear: both;
padding-top: 0 !important;

@ -145,6 +145,21 @@
</article>
{{end}}
{{end}}
<!-- default article list end -->
<div>
{{$pulen := len .PrevUrl}}
{{ if ne $pulen 0 }}
<div style="float:left;">
<a href="{{.PrevUrl}}">{{lang "prev"}}</a>
</div>
{{ end }}
{{$nulen := len .NextUrl}}
{{ if ne $nulen 0 }}
<div style="float:right;">
<a href="{{.NextUrl}}">{{lang "next"}}</a>
</div>
{{ end }}
</div>
</div>
</div>
</div>
@ -206,14 +221,8 @@
</li>
{{end}}
{{end}}
</ul>
</div>
</div>
</div>
</footer>

Loading…
Cancel
Save