mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-15 10:13:42 -06:00
further work on ftbhot about page
This commit is contained in:
21
app/templates/ftbhot/about.html
Normal file
21
app/templates/ftbhot/about.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/default.min.css">
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>
|
||||
{% endblock head %}
|
||||
{% block body %}
|
||||
<!-- About Section -->
|
||||
<section class="section section-padding">
|
||||
<div class="container">
|
||||
<div class="columns is-mobile is-multiline is-centered">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<pre><code class="lang-shell">This mini-project doesn't really have that great of an explanation.<br>Go to the /r/feedthebeast subreddit's discord and use the ??backontopic command.</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- End About Section -->
|
||||
{% endblock body %}
|
||||
7
app/templates/ftbhot/current.json
Normal file
7
app/templates/ftbhot/current.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "",
|
||||
"author_name": "",
|
||||
"author_url": "",
|
||||
"provider_name": "",
|
||||
"provider_url": ""
|
||||
}
|
||||
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