update og image
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 2m19s
All checks were successful
Build and push container image / build-and-push-image (push) Successful in 2m19s
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,4 +2,5 @@
|
||||
.env
|
||||
db.sqlite
|
||||
flask_session
|
||||
__pycache__
|
||||
__pycache__
|
||||
app.log
|
Binary file not shown.
@@ -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>
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user