mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-03-29 14:01:38 +00:00
Update Site Style
Update the site style and layout, to a more optimized and simple setup. This new layout uses less css and js and should provide a better UX. Still need to clean up a few things but ready for release.
This commit is contained in:
8
atom.xml
8
atom.xml
@@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: nil
|
||||
layout: null
|
||||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||
|
||||
|
||||
<title type="text">{{ site.title }}</title>
|
||||
<generator uri="http://jekyllrb.com/">Jekyll</generator>
|
||||
<link rel="self" type="application/atom+xml" href="{{ site.url }}/atom.xml"/>
|
||||
@@ -32,5 +32,5 @@ layout: nil
|
||||
<p><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.url }}/">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p></content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
|
||||
</feed>
|
||||
|
||||
</feed>
|
||||
|
||||
Reference in New Issue
Block a user