mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-01-29 01:21:37 +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:
@@ -1,13 +1,14 @@
|
||||
---
|
||||
layout: list
|
||||
title: Latest Posts
|
||||
subtitle: Cutting edge stuff here!
|
||||
description: 'Latest Posts from Blog@VoltaicIdeas'
|
||||
---
|
||||
{% for post in site.posts limit: 10 %}
|
||||
<article class="excerpt">
|
||||
<header>
|
||||
<h3><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h3>
|
||||
<h6 class="subheader"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time> <em>By</em> {{ site.owner.name }} <em>Tagged:</em>
|
||||
<h6 class="subheader"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time> <em>By</em> {{ site.owner.name }} <em>Tagged:</em>
|
||||
{% for tag in post.tags %}
|
||||
<a class="tag" title="Posts tagged {{ tag }}" href="{{ site.url }}/tags/#{{ tag | cgi_escape }}">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user