Browse Source

another change to test the git hooks

master
ccl 11 months ago
parent
commit
5a90db8b0c
  1. 1
      LogBot/logbot.py
  2. 2
      LogBot/template.html

1
LogBot/logbot.py

@ -18,6 +18,7 @@ class Logbot(Bot):
baseurl = "https://vvvvvvaria.org/logs/" # hardcoding the url now, self.baseurl would be helpful to have in the conf
help = """Oh dear, logbot is here!
To interact with logbot, see below:
<image>: Your image is added to the log.

2
LogBot/template.html

@ -6,7 +6,6 @@
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>{{ title }}</h1>
(Follow this log: <a href="./feed.rss.xml">RSS</a>)
@ -36,5 +35,4 @@
</div>
<footer></footer>
</body>
</html>

Loading…
Cancel
Save