add changeable title in header

This commit is contained in:
2022-01-20 12:30:10 +00:00
committed by root
parent 0015b1f534
commit cf3ae74f44
10 changed files with 47 additions and 29 deletions

View File

@@ -1,6 +1,8 @@
{% extends 'members/index.html' %}
{% load softhyphen_tags %}
{% block title %}FET: {{ member.firstname }} {{ member.surname }}{% endblock %}
{% block extraheader %}
<meta content="{{member.image.url}}" property="og:image">
<meta content="{{ member.firstname }}" property="og:profile:first_name">