2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

Update article.html

This commit is contained in:
Hendrik Niefeld 2020-07-02 22:35:19 +02:00 committed by GitHub
parent 8bc9bccfe8
commit 8f0e913db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% set title = article.title + "| Offen" %}
{% set title = article.title + " | Offen" %}
{% set description = article.description %}
{% set href = article.save_as.replace('index.html', '') %}
{% set sm_image_url = article.sm_image_url %}