Add 3 historier
This commit is contained in:
parent
e9aa0af715
commit
505ea79ee3
9
content/posts/3-historier.md
Normal file
9
content/posts/3-historier.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "3 historier om opstart af kollektiver"
|
||||
date: 2018-12-02T12:55:02+01:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Vi har lavet en lille bog, som du kan hente som PDF her:
|
||||
|
||||
[3 historier om opstart af kollektiver.pdf](/3 historier om opstart af kollektiver.pdf)
|
|
@ -2,13 +2,18 @@
|
|||
|
||||
<section id=content>
|
||||
<ul class=posts_listing>
|
||||
{{ range first 5 (where .Pages "Section" "calendar") }}
|
||||
{{ range first 5 (where .Pages "Section" "posts") }}
|
||||
<li>
|
||||
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
||||
<div id=date>
|
||||
<time>{{ .Date.Format (.Site.Params.dateform | default "January 2006") }}</time>
|
||||
</div>
|
||||
</li>
|
||||
<p>{{ .Summary }}</p>
|
||||
|
||||
<div>
|
||||
<a href="{{ .RelPermalink }}">Read More…</a>
|
||||
</div>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</section>
|
||||
|
|
|
@ -18,11 +18,6 @@
|
|||
margin:auto;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 20px 0;
|
||||
line-height:130%;
|
||||
}
|
||||
|
||||
a img {
|
||||
border:none;
|
||||
}
|
||||
|
@ -190,10 +185,11 @@
|
|||
width:100%;
|
||||
font-size:15px;
|
||||
padding:60px 0 80px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
#content h1,#content h2 {
|
||||
margin-bottom:5px;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
|
@ -212,6 +208,11 @@
|
|||
margin-left: 45px;
|
||||
}
|
||||
|
||||
#content p
|
||||
{
|
||||
line-height: 130% !important;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue