Update with news about membership openings

This commit is contained in:
Benjamin Bach 2019-08-20 16:05:23 +02:00
parent 9107972140
commit 014e91478e
4 changed files with 20 additions and 8 deletions

View File

@ -0,0 +1,11 @@
---
title: "Ledige Pladser efterår 2019"
date: 2019-08-20T15:23:20+02:00
draft: false
---
Det går fremad i Arbejdsfællesskabet målt i socioøkonomisk, menneskelig velstand
og lykke. Vi har bl.a. fået alle de vigtigste elementer
på plads i forhold til mennesker og ting; men vi mangler faktisk 2 mennesker
til 2 ledige pladser. Dvs., at man kan blive medlem fra hhv.
1/9 og 1/11. <!--more--> Læs mere om pladser i Arbejdsfællesskabet [her](/plads/)

View File

@ -688,13 +688,17 @@ $month-offset: 9rem;
text-align: center; text-align: center;
opacity: 0.75; opacity: 0.75;
font-size: 0.95rem; font-size: 0.95rem;
margin: 1rem 0; margin: 0 0 .5rem 0;
} }
.post-summaries { .post-summaries {
article { article {
margin-bottom: 4rem; margin-bottom: 4rem;
} }
h2
{
text-decoration: none;
}
} }
// //

View File

@ -8,7 +8,7 @@
{{ .Content }} {{ .Content }}
<div class="post-date"> <div class="post-date">
{{ .Date }} {{ .Date.Format "02. January 2006 kl. 15:04" }}
</div> </div>
<ul id="tags"> <ul id="tags">

View File

@ -1,15 +1,12 @@
<article> <article>
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2> <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
<p class="post-date">{{ .Date.Format "02. January 2006 kl. 15:04" }}</p>
{{ range .Params.tags }} {{ range .Params.tags }}
<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a> <a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }} {{ end }}
<div> <div>
{{ .Summary | plainify | safeHTML }} {{ .Summary | markdownify | safeHTML }}
{{ if .Truncated }} <a href="{{ .Permalink }}">Læs mere ➟</a>
<a href="{{ .Permalink }}">Read more...</a>
{{ end }}
</div> </div>
<p class="post-date">{{ .Date.Format "02 Jan 06 15:04 MST" }}</p>
</article> </article>