permalink
This commit is contained in:
parent
74d90626b3
commit
5ff0f12628
|
@ -6,9 +6,8 @@ layout: news
|
||||||
<div class="unit whole entry">
|
<div class="unit whole entry">
|
||||||
<div class="post single">
|
<div class="post single">
|
||||||
<h2 class="center-on-mobiles">
|
<h2 class="center-on-mobiles">
|
||||||
<a href="{{ page.url }}">
|
{{ page.title }}
|
||||||
{{ page.title }}
|
<a href="{{ page.url }}" class="permalink" title="Permalink">∞</a>
|
||||||
</a>
|
|
||||||
</h2>
|
</h2>
|
||||||
<p class="post-content">
|
<p class="post-content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
|
@ -527,15 +527,6 @@ body > footer a:hover img {
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news .post.single {
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.news .news-listing h2 {
|
|
||||||
margin: 0;
|
|
||||||
padding-top: 10px;
|
|
||||||
border-top: rgba(220, 220, 220, 0.5) 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.news .listing h2 {
|
.news .listing h2 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Reference in New Issue