From 28cf1a362268d5af07b8de26fd47732de249fee4 Mon Sep 17 00:00:00 2001 From: Alex Spezowka Date: Thu, 2 Feb 2023 11:10:48 -0700 Subject: =?UTF-8?q?=E2=9C=A8=20add=20h-event=20microformat=20markup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/event.handlebars | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/views/event.handlebars b/views/event.handlebars index 3071b64..05be10c 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -3,9 +3,10 @@ {{else}}
{{/if}} +
-

{{eventData.name}}

+

{{eventData.name}}

{{#if editingEnabled}} @@ -24,13 +25,13 @@ - {{eventData.location}} + {{eventData.location}}
  • - {{{displayDate}}} + {{{displayDate}}}
    {{#if eventHasBegun}}{{#unless eventHasConcluded}}Started {{else}}Ended {{/unless}}{{/if}}{{fromNow}} @@ -66,7 +67,7 @@ - https://{{domain}}/{{eventData.id}} + https://{{domain}}/{{eventData.id}} @@ -121,7 +122,7 @@ {{/if}}
    About
    -
    +
    {{{parsedDescription}}}
    @@ -228,7 +229,7 @@
  • - +
    {{#if editingEnabled}}