mirror of
https://github.com/comatory/fb2iCal
synced 2024-12-25 16:02:46 +01:00
add version information to index page
This commit is contained in:
parent
abc1531b24
commit
29cc00717a
@ -53,7 +53,7 @@ if (certEndpoint) {
|
||||
}
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.render('index')
|
||||
res.render('index', { version })
|
||||
})
|
||||
|
||||
app.get('/error', (req, res) => {
|
||||
|
@ -75,6 +75,7 @@
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
v.<%= version %> ◆
|
||||
Created by <a href="https://ondrejsynacek.com" target="_blank">Ondrej Synacek</a> (2019) ◆
|
||||
<a href="https://github.com/comatory/fb2iCal" target="_blank" title="Github">Source</a> ◆
|
||||
<a href="/about" target="_blank" title="About the project">About</about>
|
||||
|
Loading…
Reference in New Issue
Block a user