2020-04-25 05:00:08 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 2019-10-10-heavy-shit< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | 2019-10-10-heavy-shit< / h1 >
< / header >
< article class = "content" >
< hr / >
< p > date: 2019-10-10
title: Heavy shit< / p >
< hr / >
< div class = "cw" > Suicide and self-harm< / div >
< p > This took forever to write.< / p >
<!-- more -->
< blockquote >
< p > You had lots going on.< / p >
< / blockquote >
< p > Well, still. Even if I had lots going on, it would have been nice to have actually gotten some more done. International flights have to be good for something.< / p >
< blockquote >
2020-06-24 07:10:07 +00:00
< p > Also, you’ re depressed.< / p >
2020-04-25 05:00:08 +00:00
< / blockquote >
< p > That too.< / p >
< blockquote >
< p > You sent yourself to the ER with some stormy brainweather and a bit more pressure on the blade than you intended.< / p >
< / blockquote >
2020-06-24 07:10:07 +00:00
< p > I’ m so tired.< / p >
2020-04-25 05:00:08 +00:00
< blockquote >
< p > Yeah.< / p >
< / blockquote >
< h3 id = "new-content" > New content< / h3 >
< ul >
< li > < a href = "/self-harm/suicide.html" > Suicide< / a > < / li >
< li > < a href = "/27.html" > ally 27< / a > < / li >
2020-06-24 07:10:07 +00:00
< li > I wrote a lot about gender but I’ m not ready to show it yet.< / li >
2020-04-25 05:00:08 +00:00
< / ul >
< h3 id = "updated-content" > Updated content< / h3 >
< ul >
< li > Added some stuff to < a href = "/agony-and-ecstasy.html" > agony and ecstasy< / a > < / li >
< / ul >
< / article >
< footer >
2020-06-24 07:10:07 +00:00
< p > Page generated on 2020-06-24< / p >
2020-04-25 05:00:08 +00:00
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 05:00:08 +00:00
< / body >
< / html >