This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
blog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add the atom feed link to the bottom of the page.
main
John-Mark Gurney
3 years ago
parent
34b0aa74e2
commit
010c825a8d
2 changed files
with
18 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
content/media/css/custom.css
+14
-7
layout/base.j2
+ 4
- 0
content/media/css/custom.css
View File
@@ -64,6 +64,10 @@ ul.tags li {
display: inline-block;
}
ul.footer {
padding-left: 0;
}
pre {
white-space: pre-wrap;
}
+ 14
- 7
layout/base.j2
View File
@@ -94,15 +94,22 @@
{% block main %}
{% endblock main %}
{% endblock container %}
<footer>
<div class="footer">
<div class="contact">
<ul class="tags">
<li><a href="https://twitter.com/{{ site.context.tweet_via }}">Twitter</a></li>
<article>
<section>
<footer>
<div class="footer tags prevnext">
<ul class="tags footer">
<li><a href="{{ content_url('/atom.xml') }}">Atom Feed</a></li>
<li class="contact"><a href="https://twitter.com/{{ site.context.tweet_via }}">Twitter</a></li>
</ul>
</div>
</div>
</footer>
</footer>
</section>
</article>
</div>
{% endblock content%}
{% block js %}
Write
Preview
Loading…
Cancel
Save