Uses theme in remote follow template

This commit is contained in:
Mouse Reeve 2022-08-29 07:10:36 -07:00
parent c902301d82
commit f0effb9d3e

View file

@ -1,4 +1,5 @@
{% load layout %}
{% load sass_tags %}
{% load i18n %}
{% load static %}
{% load utilities %}
@ -9,9 +10,7 @@
<head>
<title>{% block title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{% static 'css/vendor/bulma.min.css' %}">
<link rel="stylesheet" href="{% static 'css/vendor/icons.css' %}">
<link rel="stylesheet" href="{% static 'css/bookwyrm.css' %}">
<link href="{% sass_src site_theme %}" rel="stylesheet" type="text/css" />
<script>
function closeWindow() {
window.close();