This commit is contained in:
parent
7846a9b24f
commit
8fe844b11b
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1> sophie's blog </h1>
|
<h1> sophie's blog </h1>
|
||||||
<a id="return_back" href="/blog" style="display:none;font-size:xx-large;">return back?</a>
|
<a id="return_back" href="/blog.html" style="display:none;font-size:xx-large;">return back?</a>
|
||||||
|
|
||||||
<ul id="html_list" style="display: none">
|
<ul id="html_list" style="display: none">
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
}
|
}
|
||||||
const li = document.createElement("li");
|
const li = document.createElement("li");
|
||||||
const a = document.createElement("a");
|
const a = document.createElement("a");
|
||||||
a.href = "/blog?md=" + encodeURIComponent(blog_post);
|
a.href = "/blog.html?md=" + encodeURIComponent(blog_post);
|
||||||
a.innerText = `${metadata.title} (created ${new Date(metadata.time * 1000).toGMTString()})`;
|
a.innerText = `${metadata.title} (created ${new Date(metadata.time * 1000).toGMTString()})`;
|
||||||
li.appendChild(a);
|
li.appendChild(a);
|
||||||
html_list.appendChild(li);
|
html_list.appendChild(li);
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
<span class="center">
|
<span class="center">
|
||||||
<div>
|
<div>
|
||||||
<button class="selected" id="home-button">home</button> | <button id="donations-button">donations</button> |
|
<button class="selected" id="home-button">home</button> | <button id="donations-button">donations</button> |
|
||||||
<a href="/blog"><button>blog</button></a>
|
<a href="/blog.html"><button>blog</button></a>
|
||||||
</div>
|
</div>
|
||||||
<span id="home">
|
<span id="home">
|
||||||
I'm Latvian, 17. My name's Sophie. I love listening to music, I have <span
|
I'm Latvian, 17. My name's Sophie. I love listening to music, I have <span
|
||||||
|
|
Loading…
Reference in a new issue