feat: Add web view to display notes in HTML
All checks were successful
/ pre-commit (push) Successful in 2m59s
All checks were successful
/ pre-commit (push) Successful in 2m59s
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
a5ebf7607c
commit
8edaebfad6
3 changed files with 159 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
<div class="alert alert-success" role="alert">
|
||||
<p>Note created successfully</p>
|
||||
<p>
|
||||
<a href="{{.URL}}">{{.URL}}</a>
|
||||
<a href="{{.URL}}.html">{{.URL}}.html</a>
|
||||
</p>
|
||||
</div>
|
||||
{{else}}
|
||||
|
@ -20,8 +20,8 @@
|
|||
<p>Could not create note</p>
|
||||
<p><strong>{{.Err}}</strong></p>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
{{block "footer" .}}{{end}}
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue