Made a first version of the site

This commit is contained in:
2018-03-23 15:31:31 +01:00
parent 019378adc7
commit 5fcd620c2a
47 changed files with 6056 additions and 0 deletions

8
_layouts/tag.html Executable file
View File

@@ -0,0 +1,8 @@
---
layout: default
---
<ul>
{% for post in site.tags[page.tag] %}
<li><a href="{{ post.url }}" title="{{ post.title }}"><img src="/assets/img/file.ico" title="{{ post.title }}" />{{ post.title }}</a></li>
{% endfor %}
</ul>