Skip to content
Snippets Groups Projects
Unverified Commit e86b1349 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use event: prefix in RDFa

parent 7413181d
No related branches found
No related tags found
No related merge requests found
Pipeline #198002 passed with warnings
......@@ -4,7 +4,11 @@
{% set thing = section -%}
{% endif -%}
<!DOCTYPE html>
<html lang="{{ lang }}" data-theme="light" {% if current_path %}resource="https://www.teckids.org{{ current_path }}"{% endif %} typeof="{% block rdfa_type %}{{ thing.extra.microdata.type | default(value='schema:WebPage') }}{% endblock rdfa_type %}">
<html lang="{{ lang }}" data-theme="light"
{% if current_path %}resource="https://www.teckids.org{{ current_path }}"{% endif %}
typeof="{% block rdfa_type %}{{ thing.extra.microdata.type | default(value='schema:WebPage') }}{% endblock rdfa_type %}"
prefix="event: https://ticdesk.teckids.org/o/paweljong/Event/"
>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
......
{% set events_data = load_data(path="events.json") -%}
{% set event = events_data[slug] -%}
{% if not no_title %}<h2 class="title is-2">{{ title | default(value="Informationen und Anmeldung") }}</h2>{% endif %}
<section class="section event-section" resource="https://ticdesk.teckids.org/app/paweljong/event/{{ slug }}" vocab="http://schema.org/" typeof="Event">
<section class="section event-section" resource="event:{{ slug }}" vocab="http://schema.org/" typeof="Event">
<meta property="organizer" href="https://teckids.org/"/>
<div class="card event-card">
<div class="card-content">
......@@ -50,7 +50,7 @@
<div class="column is-one-third">
<div class="buttons are-responsive are-medium">
<a class="button is-primary is-fullwidth is-justify-content-start"
href="https://ticdesk.teckids.org/app/paweljong/event/{{ slug }}">
href="event:{{ slug }}">
<span class="icon"><i class="fa-regular fa-paper-plane"></i></span>
<span>{{ trans(key="event_info_registration", lang=lang) }}</span>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment