fixed missing period
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
search = window.location.search.replace("?", "");
|
||||
|
||||
fetch("/pages/blog/"+search+"json").then(response => response.json()).then(data => {
|
||||
fetch("/pages/blog/"+search+".json").then(response => response.json()).then(data => {
|
||||
postTitle = document.getElementById("postTitle");
|
||||
postSubTitle = document.getElementById("postSubTitle");
|
||||
postDate = document.getElementById("postDate");
|
||||
|
||||
Reference in New Issue
Block a user