mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 21:24:20 +01:00
Update next previous post
This commit is contained in:
@@ -40,6 +40,15 @@ layout: default
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<div class="PageNavigation">
|
||||||
|
{% if page.previous.url %}
|
||||||
|
<a class="prev" href="{{ page.previous.url }}">« {{ page.previous.title }}</a>
|
||||||
|
{% endif %}
|
||||||
|
{% if page.next.url %}
|
||||||
|
<a class="next" href="{{ page.next.url }}">{{ page.next.title }} »</a>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="disqus-comments">
|
<div class="disqus-comments">
|
||||||
<div id="disqus_thread"></div>
|
<div id="disqus_thread"></div>
|
||||||
|
|||||||
19
css/main.css
19
css/main.css
@@ -94,7 +94,7 @@ div.content {
|
|||||||
|
|
||||||
div.content pre {
|
div.content pre {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
padding: 5px;
|
padding: 10px;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
||||||
@@ -172,3 +172,20 @@ div.col-sm-3 img#about {
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
.PageNavigation {
|
||||||
|
font-size: 14px;
|
||||||
|
display: block;
|
||||||
|
width: auto;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.PageNavigation a {
|
||||||
|
display: block;
|
||||||
|
width: 50%;
|
||||||
|
float: left;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.PageNavigation .next {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user