Change title to a variable and implement opengraph metatdata tags

This commit is contained in:
Jeremy Zhang
2017-07-14 04:04:04 +00:00
parent 82db716b61
commit 415d03e7c0
10 changed files with 26 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{% extends 'site_layout.html.j2' %}
{% block title %}Administrate Guild: {{ guild['name'] }}{% endblock %}
{% set title="Administrate Guild: " + guild['name'] %}
{% block additional_head_elements %}
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/administrate_guild.css') }}">