Mobile footer
This commit is contained in:
@@ -84,6 +84,20 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
footer {
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
sup {
|
sup {
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
|||||||
@@ -1,14 +1,20 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<a href="https://dispatch.davideisinger.com/subscription/form">Subscribe via email</a> •
|
<div>
|
||||||
<a href="/index.xml">Feed</a> •
|
<a href="https://dispatch.davideisinger.com/subscription/form">Subscribe via email</a>
|
||||||
<a href="/about/#contact">Contact</a><br>
|
<span class="mobile-hidden">•</span>
|
||||||
|
<a href="/index.xml">Feed</a>
|
||||||
|
<span class="mobile-hidden">•</span>
|
||||||
|
<a href="/about/#contact">Contact</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mobile-hidden">
|
||||||
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
|
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
|
||||||
{{ with site.Params.git.last_commit }}
|
{{ with site.Params.git.last_commit }}
|
||||||
• <a href="https://github.com/dce/davideisinger.com/commit/{{ .hash }}">{{ substr .hash 0 7}}</a>
|
• <a href="https://github.com/dce/davideisinger.com/commit/{{ .hash }}">{{ substr .hash 0 7}}</a>
|
||||||
{{ end }}<br>
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
|
||||||
Copyright © {{ now.Format "2006" }} David Eisinger
|
<span class="mobile-hidden">Copyright</span> © {{ now.Format "2006" }} David Eisinger
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user