Back to Volta Cli

Feel free to add content and custom Front Matter to this file.

subdomains/blog/index.md

latest381 B
Original Source
<h1 class="blog-title">The Volta Blog</h1>

{% for post in site.posts %}

<h1 class="blog-excerpt-title"><a href="{{ post.url }}">{{ post.title }}</a></h1> <div class="blog-excerpt-date"> {{ post.date | date: "%B %-d, %Y" }} &bullet; {{ post.author }} </div> <div class="blog-excerpt"> {{ post.excerpt }} </div>

<a href="{{ post.url }}">Read More →</a> {% endfor %}