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,16 +1,9 @@
|
||||
---
|
||||
layout: list
|
||||
title: Tags
|
||||
title: Tags
|
||||
description: 'All Posts from Blog@VoltaicIdeas grouped by tag.'
|
||||
permalink: /tags/
|
||||
---
|
||||
<div class="row" id="top">
|
||||
<div class="small-12 columns text-center">
|
||||
{% for tag in site.tags %}
|
||||
<a class="tag" title="Posts tagged {{ tag[0] }}" href="#{{ tag[0] | cgi_escape }}">{{ tag[0] }}<span>{{ tag[1].size }}</span></a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% for tag in site.tags %}
|
||||
<div class="row">
|
||||
<div class="small-12 columns">
|
||||
|
||||
Reference in New Issue
Block a user