Change Gemini text to Gemtext
alex wennerberg alex@alexwennerberg.com
Mon, 25 Jan 2021 20:38:21 -0800
2 files changed,
3 insertions(+),
3 deletions(-)
M
templates/convert.html
→
templates/convert.html
@@ -1,7 +1,7 @@
{{template "header" .}} -<h1>Convert HTML to Gemini Text</h1> +<h1>Convert HTML to Gemtext</h1> <p> -A tool for converting HTML to Gemini Text. Useful if you have an HTML site you want to add to Flounder.</p> +A tool for converting HTML to Gemtext. Useful if you have an HTML site you want to add to Flounder.</p> <form id="convert-form" action="/convert" method="POST"> <textarea rows="27" name="file_text" id="editor">{{.Text}}</textarea> <br>
M
templates/edit_file.html
→
templates/edit_file.html
@@ -6,7 +6,7 @@ <input type="text" value="{{.FileName}}" id="rename" name="rename">
{{ if .IsText }} {{ if .IsGemini }} <p> - <em>For help with the Gemini markup format, see the <a href="https://admin.flounder.online/gemini_text_guide.gmi">Gemini Text Guide</a></em> + <em>For help with the Gemini markup format, see the <a href="https://admin.flounder.online/gemini_text_guide.gmi">Gemtext Guide</a></em> </p> {{ end }} {{ if .IsGemlog }}