base menu, about page, atom feed
This commit is contained in:
parent
013ca30765
commit
0b64fd58a1
21 changed files with 284 additions and 47 deletions
|
|
@ -57,7 +57,7 @@
|
|||
pandora.url = new URL('{{ item.url|escapejs }}');
|
||||
pandora.comment = '{{ item.id | escapejs }}';
|
||||
pandora.hostname = pandora.url.hostname
|
||||
pandoraURL = `https://${pandora.hostname}`
|
||||
pandoraURL = `${pandora.url.protocol}//${pandora.hostname}`
|
||||
</script>
|
||||
<script src="/static/js/overwrite.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue