momangen/_layouts/blog.html
2019-05-19 00:53:55 +02:00

13 lines
No EOL
277 B
HTML

---
layout: default
---
<div class="column">
<h1>{{ page.title }}</h1>
<img src="{{ site.baseurl}}{{ page.image}}" width="50%" style="float:right" />
{{ content }}
</div>
<div class="column">
<h4>OBS! Du måste vara medlem!</h4>
{% include contact.html %}
</div>