arcanis.me/blog.html
arcan1s daea4d012c 2014-01-15
- removed custom tags
+ added normal tags and related pages
+ moved blog/index to blog
2014-01-15 05:50:11 +04:00

31 lines
855 B
HTML

---
layout: default
title: Blog
comment: false
share: false
back: 1
posts:
- title: About zshrc
date: 14 January 2014
last: 14 January 2014
tags:
- zshrc
- configuration
- linux
---
<body>
<div class="wrapper">
<header>
<h1>My blog</h1>
</header>
<section>
{% for post in site.posts %}
<h1><a name="{{ post.title }}" class="anchor" href="#{{ post.title }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
<p align="justify"><i>{{ post.date | date_to_string}}</i></p>
<p align="justify">{{ post.description }}</p>
<p align="justify"><b>Tags</b>: {{ post.tags }}</p>
{% endfor %}
<script type="text/javascript" src="http://datejs.googlecode.com/svn/trunk/build/date-en-US.js"></script>