feat: jinja template for cards
This commit is contained in:
+9
-11
@@ -1,24 +1,22 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="{{ locale }}" prefix="og: https://ogp.me/ns#">
|
||||
<head>
|
||||
<title>Tout Doux</title>
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="/resources/css/style.css" />
|
||||
<!-- <link rel="icon" href="/favicon.ico"> -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<!-- card related -->
|
||||
<!--
|
||||
<meta property="og:title" content="">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:image" content="https://.../preview_640x320.jpg">
|
||||
<meta property="org:url" content="https://...">
|
||||
-->
|
||||
<meta property="og:title" content="{{ title }}">
|
||||
<meta property="og:description" content="{{ lang('home') }}">
|
||||
<meta property="og:image" content="{{ app_url }}/assets/preview_640x320.jpg">
|
||||
<meta property="og:url" content="{{ app_url }}/{{ path }}">
|
||||
|
||||
<!--<script
|
||||
<script
|
||||
defer
|
||||
src="https://tics.klemek.fr/script.js"
|
||||
data-website-id="TODO"
|
||||
></script>-->
|
||||
data-website-id="e2536336-73f8-4de1-87bf-d95ae19d85c9"
|
||||
></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user