mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-17 20:13:45 -06:00
further work on ftbhot about page
This commit is contained in:
10
app/templates/ftbhot/embed.html
Normal file
10
app/templates/ftbhot/embed.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<link type="application/json+oembed" href="https://xevion.dev/ftbhot/json" />
|
||||
{% if description is defined %}<meta content="{{ description }}" property="og:description">{% endif %}
|
||||
{% if banner_image is defined %}<meta content="{{ banner_image }}" property="og:image"><meta name="twitter:card" content="summary_large_image">{% endif %}
|
||||
{% if color is defined %}<meta content="{{ color }}" name="theme-color">{% endif %}
|
||||
</head>
|
||||
<body>This page isn't meant to be viewed by users.</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user