all repos — flounder @ e18e7426101c59d53f35e31377b4d40127bd6900

A small site builder for the Gemini protocol

Change Gemini text to Gemtext
alex wennerberg alex@alexwennerberg.com
Mon, 25 Jan 2021 20:38:21 -0800
commit

e18e7426101c59d53f35e31377b4d40127bd6900

parent

2890e1e0b79d5cc7dec041b2cfe4a475958ab78c

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M templates/convert.htmltemplates/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.htmltemplates/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 }}