fix: Script autour du contact
This commit is contained in:
parent
708dbb13a8
commit
5e5369affc
|
@ -15,8 +15,10 @@ function comments(elm) {
|
|||
|
||||
function contact() {
|
||||
var link = document.getElementById('contact');
|
||||
if (link) {
|
||||
link.href = "mai" + "lto:" + getAddress();
|
||||
}
|
||||
}
|
||||
|
||||
function changeTheme() {
|
||||
// https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/#using-javascript-local-storage
|
||||
|
|
Loading…
Reference in New Issue