+++ | |
title = "Blog" | |
template = "blog.html" | |
page_template = "article.html" | |
sort_by = "date" | |
generate_feeds = true | |
+++ | |
<section id="intro"> | |
<div class="block"> | |
# Blog | |
<div class="left-right-split"> | |
Latest news and articles from the Graphite team. | |
<p class="feed"> | |
<a href="/blog/rss.xml"> | |
<img class="icon" src="https://static.graphite.rs/icons/feed.svg" alt="RSS" /> | |
<span class="link arrow">RSS Feed</span> | |
</a> | |
</p> | |
</div> | |
</div> | |
</section> | |