diff options
Diffstat (limited to '_layouts.gemini/postlist.html')
-rw-r--r-- | _layouts.gemini/postlist.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts.gemini/postlist.html b/_layouts.gemini/postlist.html index 534f801..7be4784 100644 --- a/_layouts.gemini/postlist.html +++ b/_layouts.gemini/postlist.html @@ -2,6 +2,15 @@ layout: default --- +<p> + This Gemini site has been converted without all-to-much effort from + my Jekyll blog, which uses Markdown as input. + As the conversion process Markdown > HTML > Markdown > Gemini is lossy, + the result looks somewhat unsatisfactory. + I haven't found a good conversion process that saves me the effort of + manually rewriting everything. If you know something, please let me know. +</p> + <p>Navigation</p> {% assign spag = site.pages | sort: "order" %} |