Ajout des balises meta og et twitter (à tester) #39

This commit is contained in:
Colin Maudry
2025-09-28 20:13:20 +02:00
parent 4081b369d9
commit c1955ac807
4 changed files with 48 additions and 9 deletions
-3
View File
@@ -1,14 +1,11 @@
import os
from dash import dcc, html, register_page
from dotenv import load_dotenv
from src.figures import get_sources_tables
title = "À propos"
load_dotenv()
register_page(
__name__, path="/a-propos", title=f"decp.info - {title}", name=title, order=5
)