diff options
Diffstat (limited to 'blog')
-rw-r--r-- | blog/index.html | 1 | ||||
-rw-r--r-- | blog/simpliCity/beta02/index.html | 1 | ||||
-rw-r--r-- | blog/simpliCity/well-that-was-dumb/index.html | 5 |
3 files changed, 5 insertions, 2 deletions
diff --git a/blog/index.html b/blog/index.html index 09abf94..65a4d79 100644 --- a/blog/index.html +++ b/blog/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> <title>Blog • altaf-creator</title> <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script> </head> diff --git a/blog/simpliCity/beta02/index.html b/blog/simpliCity/beta02/index.html index b633e1e..c2a29a8 100644 --- a/blog/simpliCity/beta02/index.html +++ b/blog/simpliCity/beta02/index.html @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> <title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title> <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script> diff --git a/blog/simpliCity/well-that-was-dumb/index.html b/blog/simpliCity/well-that-was-dumb/index.html index b1b1ff7..8489006 100644 --- a/blog/simpliCity/well-that-was-dumb/index.html +++ b/blog/simpliCity/well-that-was-dumb/index.html @@ -6,7 +6,8 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> - <title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title> + <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> + <title>Blog / This Week's Devlog: Well that was dumb. (33nd Week of 2023) • altaf-creator</title> <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script> <style> @@ -189,4 +190,4 @@ </section> </body> -</html>
\ No newline at end of file +</html> |