mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Change Hugo link. Thanks @Bitti09
This commit is contained in:
parent
1a14dc1326
commit
a2abf5b3ec
@ -1,7 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', event => {
|
document.addEventListener('DOMContentLoaded', event => {
|
||||||
document.querySelector('footer').innerHTML += 'With a flavour of <a rel="noopener noreferrer" href="https://github.com/hacdias/caddy-filemanager">Hugo</a>.';
|
document.querySelector('footer').innerHTML += 'With a flavour of <a rel="noopener noreferrer" href="https://github.com/hacdias/caddy-hugo">Hugo</a>.';
|
||||||
document.querySelector('.only-side > p > a').innerHTML = "Hugo";
|
document.querySelector('.only-side > p > a').innerHTML = "Hugo";
|
||||||
|
|
||||||
let link = document.querySelector('.only-side > p a:first-child').getAttribute('href') + "/settings/"
|
let link = document.querySelector('.only-side > p a:first-child').getAttribute('href') + "/settings/"
|
||||||
|
Loading…
Reference in New Issue
Block a user