Add subscribe link to footer
This commit is contained in:
@@ -76,6 +76,7 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
color: #aaa;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
<a href="https://dispatch.davideisinger.com/subscription/form">Monthly Dispatch Emails</a> •
|
||||||
|
<a href="/index.xml">Feed</a><br>
|
||||||
|
|
||||||
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 }}
|
{{ end }}<br>
|
||||||
<br>
|
|
||||||
<a href="https://v1.davideisinger.com">Version 1</a> •
|
|
||||||
<a href="/index.xml">Feed</a> •
|
|
||||||
Copyright © {{ now.Format "2006" }} David Eisinger
|
Copyright © {{ now.Format "2006" }} David Eisinger
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user