Skip to content
Snippets Groups Projects
Commit f7e9836c authored by Mark Kane's avatar Mark Kane
Browse files

Fix: add custom.js (planning#404)

parent 912e63a3
No related branches found
No related tags found
1 merge request!179planning#404: add back-to-root button to nav,
......@@ -169,4 +169,9 @@ module.exports = {
},
],
],
scripts: [ {
src: '/js/custom.js',
async: false,
},
]
}
......@@ -78,7 +78,7 @@ img {
}
.fitko-navbar-icon--back {
display: inline-flex;
display: inline-block !important;
padding: 0;
position: absolute;
left: -10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment