File size: 454 Bytes
2409829 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
+++
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>
|