mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-03 20:28:28 +02:00
Add documentation about extending layout #58
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
document.getElementById("customjs").addEventListener("click", function(){
|
||||
this.className += " customjs"
|
||||
})
|
||||
Reference in New Issue
Block a user