Update Templates

This commit is contained in:
Robin Universe
2022-02-20 16:15:09 -06:00
committed by GitHub
parent 0385227468
commit 3a961271e1
4 changed files with 107 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block head %}
<title> TwitFix Latest</title>
<title> TwitFix {{ page }}</title>
<script>
window.onload = () => {
document.querySelector("#block>div").addEventListener('click', () => document.getElementById("block").style.display = "none");
@ -114,7 +114,7 @@
Potentially NSFW Content: Click here if you are over 18
</div>
</div>
<div><a href="{{ repo }}">TwitFix</a> Latest Video</div>
<div><a href="{{ repo }}">TwitFix</a> {{ page }} Video</div>
<div>WARNING: Video content is not screened so it may contain NSFW Content</div>
<video width="720" height="480" controls>
<source src="{{ vidlink }}" type="video/mp4">
@ -130,4 +130,4 @@
</div>
</div>
{% endblock %}
{% endblock %}