diff py/rlgnotes @ 91:d417016bbf73

Small website changes.
author John "Elwin" Edwards
date Mon, 27 Jan 2020 18:11:53 -0500
parents 5b4ff5680037
children
line wrap: on
line diff
--- a/py/rlgnotes	Fri Sep 06 14:26:48 2019 -0400
+++ b/py/rlgnotes	Mon Jan 27 18:11:53 2020 -0500
@@ -6,7 +6,7 @@
 import rlgall
 import pytz
 
-navbar = '<div class="nav"><a href="/">rlgallery.org</a> -&gt; \
+navbar = '<div class="nav"><a href="/">RLGallery</a> -&gt; \
 <a href="/notes/">Notes</a> -&gt; {0}</div>'
 
 rsshead = """<?xml version="1.0" encoding="UTF-8"?>
@@ -14,7 +14,7 @@
 <channel>
 <title>Roguelike Gallery</title>
 <description>News and notes from the Roguelike Gallery.</description>
-<link>http://rlgallery.org/notes/</link>
+<link>https://rlgallery.org/notes/</link>
 """
 
 indexintro = """<p>The Gallery's blog, with news and thoughts on roguelike 
@@ -31,7 +31,7 @@
 datediv = '<div class="datehead">{0}</div>\n'
 
 def noteurl(tag):
-  return "http://rlgallery.org/notes/" + tag + ".html"
+  return "https://rlgallery.org/notes/" + tag + ".html"
 
 def itementry(tagname, value):
   return "  <{0}>{1}</{0}>\n".format(tagname, value)