Add dummy import buttons on the export page.

This commit is contained in:
Sandrockcstm 2019-05-23 11:40:13 -05:00
parent b6da5d9711
commit 4063c2c7bf

View file

@ -24,5 +24,28 @@
</div> </div>
<div class="snug content-container">
<h2 id="posts-header">Import</h2>
<p>You may import your data from another instance at any time here.</p>
<table class="classy export">
<tr>
<th style="width: 40%">Export</th>
<th colspan="2">Format</th>
</tr>
<tr>
<th>Posts</th>
<td><p class="text-cta"><a href="">CSV</a></p></td>
<td><p class="text-cta"><a href="">TXT</a></p></td>
</tr>
<tr>
<th>User + Blogs + Posts</th>
<td><p class="text-cta"><a href="">JSON</a></p></td>
<td><p class="text-cta"><a href="">Prettified</a></p></td>
</tr>
</table>
</div>
{{template "footer" .}} {{template "footer" .}}
{{end}} {{end}}