-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
executable file
·33 lines (31 loc) · 988 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: default
color: '#7f75f5'
---
<div id="main-container">
<div id="main" role="main">
<header>
<h1>Mikael Mattsson</h1>
</header>
<p class="social">
<a href="http://se.linkedin.com/pub/mikael-mattsson/50/199/52a"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/mikaelmattsson"><i class="fa fa-github-alt"></i></a>
</p>
</div>
</div>
<!--
<div class="container post-list">
{% for post in site.posts %}
<div class="post tag-{{post.tag}}">
<article>
<header>
<h2><a href="{{post.url}}">{{post.title}}</a></h2>
<time datetime="{{post.date | date: " %Y-%m-%d"}}">{{post.date | date: "%-d %B %Y"}}</time>
</header>
<p>{{post.excerpt}}</p>
<a href="{{post.url}}" title="Continue reading {{post.title}}" class="button">Continue reading</a>
</article>
</div>
{% endfor %}
</div>
-->