mirror of https://github.com/writeas/writefreely
parent
4063c2c7bf
commit
63fdc6a225
@ -0,0 +1,28 @@ |
||||
{{define "import"}} |
||||
{{template "header" .}} |
||||
|
||||
<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" .}} |
||||
{{end}} |
Loading…
Reference in new issue