This commit is contained in:
mb@mb 2017-11-03 13:49:21 +01:00
parent b44ca540d8
commit a86a55ffb0
15 changed files with 32 additions and 48 deletions

View File

@ -3,8 +3,7 @@ Date: 2017-11-16
Category: gathering
Slug: hbsc-cal-en-1
lang: en
start: 16 November, 19:00
status: draft
start: Thursday 16 November, 19:00
![map preview](/images/cal.png)

View File

@ -5,7 +5,7 @@ Slug: opening-space
lang: en
event-start:2017-11-03 20:00
event-duration:4h
start: 3 November, 20:00
start: Friday 3 November, 20:00
![map preview](/images/de_varia.png)

View File

@ -4,7 +4,7 @@ Category: curriculum
Slug: sounduncloud
lang: en
curriculum: True
start: 1 December
start: Friday 1 December
![Offline listening for days!](/images/offline_listening.png)

View File

@ -3,7 +3,7 @@ Date: 2017-11-05
Category: screening
Slug: the-secret-life-screening-1
lang: en
start: 5 November, 19:30
start: Sunday 5 November, 19:30
![folding chains](/images/secret_life_chain.gif)

View File

@ -3,7 +3,7 @@ Date: 2017-11-19
Category: screening
Slug: the-secret-life-screening-2
lang: en
start: 19 November, 16:30
start: Sunday 19 November, 16:30
![folding chains](/images/fire.gif)

View File

@ -3,7 +3,7 @@ Date: 2017-11-19
Category: screening
Slug: the-secret-life-screening-3
lang: en
start: ???, 19:30
start: Sunday ???, 19:30
status: draft
![folding chains](/images/secret_life_chain.gif)

View File

@ -3,8 +3,7 @@ Date: 2017-11-16
Category: gathering
Slug: hbsc-cal-1
lang: nl
start: 16 November, 19:00
status: draft
start: donderdag 16 november, 19:00
![map preview](/images/cal.png)

View File

@ -3,7 +3,7 @@ Date: 2017-11-03
Category: event
Slug: opening-ruimte
lang: nl
start: 3 November, 20:00
start: vrijdag 3 november, 20:00
event-start:2017-11-03 20:00
event-duration:4h

View File

@ -3,7 +3,7 @@ Date: 2017-12-01
Category: curriculum
Slug: sounduncloud
lang: nl
start: 1 December
start: vrijdag 1 december
![Offline listening for days!](/images/offline_listening.png)

View File

@ -3,7 +3,7 @@ Date: 2017-11-05
Category: event
Slug: the-secret-life-1
lang: nl
start: 5 November, 19:30
start: zondag 5 november, 19:30
![folding chains](/images/secret_life_chain.gif)

View File

@ -3,7 +3,7 @@ Date: 2017-11-19
Category: event
Slug: the-secret-life-2
lang: nl
start: 19 November, 16:30
start: zondag 19 november, 16:30
![folding chains](/images/fire.gif)

View File

@ -3,7 +3,7 @@ Date: 2017-11-01
Category: event
Slug: the-secret-life-3
lang: nl
start: 19 November, 16:30
start: zondag 19 november, 16:30
status: draft
![folding chains](/images/secret_life_chain.gif)

View File

@ -70,15 +70,6 @@ header {
line-height: 1.7;
letter-spacing: 0;
}
/*header {
width:calc(100% - 50px);
margin-top:15px;
padding-bottom:1em;
font-family: "biolinum", monospace;
font-size: 29px;
line-height: 1.5;
letter-spacing: 0;
}*/
#content{
margin-top:1em;
}
@ -95,7 +86,7 @@ a:hover{
hr, .separator hr {
border:0;
border-top:1px dotted;
border-top:1px dotted #7e5211;
color: black;
margin-top:1em;
margin-bottom:1em;
@ -178,7 +169,7 @@ pre{
display: inline;
}
.summary img{
margin:0 0 10px 0;
margin:0 0 1em 0;
}
.hentry{
display: inline-block;
@ -194,7 +185,7 @@ pre{
font-size: 190%;
font-weight: bold;
line-height: 1.10;
/*hyphens:auto;*/
margin:0;
}
.hentry .article-info .entry-title a{
text-decoration: none;
@ -204,9 +195,16 @@ pre{
font-size: 14.4px;
font-weight: normal;
}
.event-details{
font-weight: bold;
margin:.5em 0 1em 0;
}
/****************************/
/* article */
.article-info, .post-info{
color:#7e5211;
}
.article-info{
margin-bottom:1em;
}

View File

@ -22,23 +22,17 @@
<div class="entry-title">
{{ article.title }}
</div>
<div class="event-details">
{% if article.start %}
{{ article.start }}
{% endif %}
</div>
</div>
<div class="entry-content">
{{ article.content }}
<div class="separator"><hr></div>
</div><!-- /.entry-content -->
<div class="post-info">
<div class="event-details">
<sup>
{% if article.start %}
{% if url == '/en'%}
When? {{ article.start }}
{% else %}
Wanneer? {{ article.start }}
{% endif %}
{% endif %}
</sup>
</div>
{% if article.category %}
<div class="categories">
<span itemprop="articleSection">

View File

@ -11,6 +11,11 @@
<article class="hentry">
<div class="article-info">
<span class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></span>
<div class="event-details">
{% if article.start %}
{{ article.start }}
{% endif %}
</div>
</div>
<div class="summary">{{ article.summary }}
<span>
@ -25,17 +30,6 @@
</div>
<div class="separator"><hr></div>
<div class="post-info">
<div class="event-details">
<sup>
{% if article.start %}
{% if DEFAULT_LANG == 'en'%}
When? {{ article.start }}
{% elif DEFAULT_LANG == 'nl' %}
Wanneer? {{ article.start }}
{% endif %}
{% endif %}
</sup>
</div>
{% if article.category %}
<div class="categories">
<span itemprop="articleSection">