Add afterwork place info

This commit is contained in:
Mikko Ahlroth 2023-12-14 20:41:41 +02:00
parent 997fd2df6a
commit fc099ea622
4 changed files with 38 additions and 2 deletions

View file

@ -10,6 +10,33 @@
<copyright>© Mikko Ahlroth</copyright>
<item>
<title>
<![CDATA[TRElixir afterwork place is Plevna]]>
</title>
<dc:creator>Mikko Ahlroth</dc:creator>
<link>
https://trelixir.fi
</link>
<guid>
7faff268-a9d5-4ef5-9373-acdf3268d772
</guid>
<description>
<![CDATA[
<p>The place for our gettogether on Monday the 18<sup>th</sup> of December at 17.30 is <a href="https://plevna.fi/english/">Plevna</a>. We will have some kind of sign on the table that says TRElixir so that you can find us. If you cannot, please send me a message on IRC or by email, you can find my contact details on <a href="https://trelixir.fi">trelixir.fi</a>.</p>
<p>Welcome!</p>
]]>
</description>
<pubDate>
Thu, 14 Dec 2023 20:40:00 +0200
</pubDate>
</item>
<item>
<title>
<![CDATA[TRElixir afterwork: 18.12.2023]]>

View file

@ -56,7 +56,7 @@
<div class="l-box-lrg pure-u-1 pure-u-md-1-2">
<p>
We'll have an afterwork event on the <time datetime="2023-12-18">18<sup>th</sup> of December</time> at 17.30. The location has not been decided yet, follow this page or our RSS feed!
We'll have an afterwork event on the <time datetime="2023-12-18">18<sup>th</sup> of December</time> at 17.30 in <a href="https://plevna.fi/english/" target="_blank">Plevna</a>. The agenda is just to socialize and have a nice evening. Mikko A. can demo some of his new stuff also.
</p>

View file

@ -35,6 +35,15 @@ pub fn render(template: ast.Template, template_cache: renderer.TemplateCache) {
fn items() {
[
Item(
title: "TRElixir afterwork place is Plevna",
link: config.url,
guid: "7faff268-a9d5-4ef5-9373-acdf3268d772",
description: "<p>The place for our gettogether on Monday the 18<sup>th</sup> of December at 17.30 is <a href=\"https://plevna.fi/english/\">Plevna</a>. We will have some kind of sign on the table that says TRElixir so that you can find us. If you cannot, please send me a message on IRC or by email, you can find my contact details on <a href=\"" <> config.url <> "\">trelixir.fi</a>.</p>
<p>Welcome!</p>",
pub_date: "Thu, 14 Dec 2023 20:40:00 +0200",
),
Item(
title: "TRElixir afterwork: 18.12.2023",
link: config.url,

View file

@ -52,7 +52,7 @@ fn assigns() {
assigns.String(
"
<p>
We'll have an afterwork event on the <time datetime=\"2023-12-18\">18<sup>th</sup> of December</time> at 17.30. The location has not been decided yet, follow this page or our RSS feed!
We'll have an afterwork event on the <time datetime=\"2023-12-18\">18<sup>th</sup> of December</time> at 17.30 in <a href=\"https://plevna.fi/english/\" target=\"_blank\">Plevna</a>. The agenda is just to socialize and have a nice evening. Mikko A. can demo some of his new stuff also.
</p>
",
),