29 lines
455 B
Markdown
29 lines
455 B
Markdown
+++
|
|
title = "Blog"
|
|
template = "blog.html"
|
|
page_template = "article.html"
|
|
sort_by = "date"
|
|
generate_feed = true
|
|
+++
|
|
|
|
<section id="intro">
|
|
<div class="section">
|
|
|
|
# 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>
|