mirror of
https://github.com/tchartron/blow
synced 2024-11-23 04:43:11 +00:00
update
This commit is contained in:
parent
83572373ee
commit
25af043d3d
5 changed files with 8 additions and 0 deletions
5
static/js/main.js
Normal file
5
static/js/main.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
document.addEventListener("DOMContentLoaded", function() {
|
||||
let navbar_links = document.querySelector('#nav-links');
|
||||
console.log(navbar_links);
|
||||
});
|
||||
|
0
templates/404.html
Normal file
0
templates/404.html
Normal file
0
templates/page.html
Normal file
0
templates/page.html
Normal file
3
templates/robots.txt
Normal file
3
templates/robots.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: {{ get_url(path="sitemap.xml") }}
|
0
templates/section.html
Normal file
0
templates/section.html
Normal file
Loading…
Reference in a new issue