popov.link/_pages/index.html
Valentin Popov 5c2f1a8009 Main page
2018-04-11 00:19:47 +00:00

21 lines
659 B
HTML

---
permalink: "index.html"
layout: default
---
<section class="container centered">
<div class="about">
<h1>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
<h2>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h2>
<ul>
{% for item in site.links %}
<li>
<a href="{{ item[1] | strip_newlines | strip_html | strip | uri_escape }}" target="_blank">
{{ item[0] | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
</a>
</li>
{% endfor %}
</ul>
</div>
</section>