diff options
author | Squibid <me@zacharyscheiman.com> | 2023-09-26 16:55:27 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-09-26 16:55:27 -0400 |
commit | 13561786a746131091e791187d4793432d2984ad (patch) | |
tree | 5a70b65ef22a11617c85e83f0700d7cf2373cbdb /blog/It's-Alive!.html | |
parent | 48475ae4abd6c7103a1871235a4fcab5dc1b6177 (diff) | |
download | site-13561786a746131091e791187d4793432d2984ad.tar.gz site-13561786a746131091e791187d4793432d2984ad.tar.bz2 site-13561786a746131091e791187d4793432d2984ad.zip |
Big changes!
- Fixed typo in pinned git repos
- Add new pinned repo (wallheaven)
- Switch blog generation to php
- remove useless symlink in blog/
Diffstat (limited to '')
-rw-r--r-- | blog/It's-Alive!.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/It's-Alive!.html b/blog/It's-Alive!.html index 63a6b66..f55f224 100644 --- a/blog/It's-Alive!.html +++ b/blog/It's-Alive!.html @@ -1,6 +1,6 @@ <meta name="date" content="2023/05/01"> <title>It's Alive!</title> -<link rel=stylesheet href=style.css> +<link rel=stylesheet href='/style.css'> <body style="background-color: #161617;"> <p> Cloning via http(s) now works! |