update og image
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 2m19s

This commit is contained in:
2025-08-06 01:15:44 +01:00
parent b029eba456
commit 8209f52fa7
6 changed files with 5 additions and 7061 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
.env
db.sqlite
flask_session
__pycache__
__pycache__
app.log

7058
app.log

File diff suppressed because it is too large Load Diff

BIN
db.sqlite

Binary file not shown.

View File

@@ -12,10 +12,10 @@
<meta name="robots" content="all">
<meta name="theme-color" content="#63de90" data-react-helmet="true">
<meta property="og:site_name" content="Alfieking.dev">
<meta property="og:url" content="https://alfieking.dev">
<meta property="og:url" content="https://alfieking.dev/">
<meta property="og:title" content="{{ self.title() }}">
<meta property="og:description" content="{{ self.description() }}">
<meta property="og:image" content="/static/content/icon.webp">
<meta property="og:image" content="{% block og_image %}/static/content/icon.webp{% endblock %}">
{% block head %}
{% endblock %}
</head>

View File

@@ -2,6 +2,7 @@
{% block title %}Toaster - Alfie's basement{% endblock %}
{% block description %}furry corner{% endblock %}
{% block og_image %}/static/content/Toaster_v1.0_Dark.png{% endblock %}
{% block head %}
<link rel="stylesheet" href="/static/css/toaster.css">