Add dummy import buttons on the export page.
This commit is contained in:
parent
b6da5d9711
commit
4063c2c7bf
1 changed files with 23 additions and 0 deletions
|
@ -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}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue