mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
CSV Export for Mastdon
Added a link to export current active sites in the DB to a consumable CSV file. More formats will be added but this one needs to be tested first based on the ubiquity of Mastodon
This commit is contained in:
11
templates/front/exports.twig
Normal file
11
templates/front/exports.twig
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends "base/frame.twig" %}
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<section role="exports">
|
||||
<h1>File Exports</h1>
|
||||
<a href="/exports/mastodon">For Mastodon</a>
|
||||
</section>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user