From 3ce7688d9527f72c7f67ee4f5d260fb3d126200f Mon Sep 17 00:00:00 2001 From: Tomas Torsvik Date: Tue, 14 Nov 2023 10:11:08 +0100 Subject: [PATCH] bugfix --- content/schedule.yaml | 2 +- templates/schedule.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/schedule.yaml b/content/schedule.yaml index 8f3b610..7b8fd79 100644 --- a/content/schedule.yaml +++ b/content/schedule.yaml @@ -7,7 +7,7 @@ schedule: - starts: 12:00 ends: 14:00 title: Installation help for everybody - - title: "Day 1: Basic proceures." + - title: "Day 1: Basic procedures." date: "2023-11-20" goal: "Download NorESM; set up experiment; run model; view output" sessions: diff --git a/templates/schedule.html b/templates/schedule.html index e70a9da..7f00855 100644 --- a/templates/schedule.html +++ b/templates/schedule.html @@ -38,7 +38,7 @@

Schedule

Goal for the day: - { if day.goal %} + {% if day.goal %} {{ day.goal }} {% endif %}