feat: jinja template for cards
Python Lint CI / ruff (push) Successful in 1m13s
Python Lint CI / ty (push) Successful in 1m23s
Python Lint CI / ruff-format-check (push) Successful in 1m23s
TS Lint / Oxlint (push) Failing after 2m17s
TS Lint / ESLint (push) Successful in 3m0s
TS Lint / TypeScript (push) Successful in 2m47s
Docker Build / build (push) Successful in 6m4s

This commit is contained in:
2026-07-14 16:08:32 +02:00
parent 34fadcf6f6
commit b0f1f0db62
11 changed files with 67 additions and 97 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
<!doctype html>
<html lang="en">
<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="{{ title }}">
<meta property="og:description" content="{{ lang('home') }}">
<!--
<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://...">
-->