diff options
author | garhve <git@garhve.com> | 2023-01-02 06:05:33 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2023-01-02 06:05:33 +0800 |
commit | df131ff5044691a9c417478063a8c9de93c92e43 (patch) | |
tree | e77ea3a5065d888d490de7613e6dd5638f597417 /public/tags | |
parent | f90f454408a8752cfb3989c2eafc7c9f8586cb0e (diff) |
fix logo
Diffstat (limited to 'public/tags')
-rw-r--r-- | public/tags/bash/index.html | 2 | ||||
-rw-r--r-- | public/tags/c/index.html | 2 | ||||
-rw-r--r-- | public/tags/gibberish/index.html | 2 | ||||
-rw-r--r-- | public/tags/index.html | 2 | ||||
-rw-r--r-- | public/tags/linux/index.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/public/tags/bash/index.html b/public/tags/bash/index.html index 3bcccab..1c3ebf5 100644 --- a/public/tags/bash/index.html +++ b/public/tags/bash/index.html @@ -18,7 +18,7 @@ <div class="header"> <div class="site_title"> - <p><a href="/"><img src="https://blog.garhve.com/images/logo.ico" alt="garhve's gibberish" + <p><a href="/"><img src="https://blog.garhve.com/images/logo.png" alt="garhve's gibberish" width="70" height=auto></a></p> <p><a href="/"> garhve's gibberish</a></p> </div> diff --git a/public/tags/c/index.html b/public/tags/c/index.html index 0c0f0ca..1d25ad3 100644 --- a/public/tags/c/index.html +++ b/public/tags/c/index.html @@ -18,7 +18,7 @@ <div class="header"> <div class="site_title"> - <p><a href="/"><img src="https://blog.garhve.com/images/logo.ico" alt="garhve's gibberish" + <p><a href="/"><img src="https://blog.garhve.com/images/logo.png" alt="garhve's gibberish" width="70" height=auto></a></p> <p><a href="/"> garhve's gibberish</a></p> </div> diff --git a/public/tags/gibberish/index.html b/public/tags/gibberish/index.html index c268c8c..8fa9251 100644 --- a/public/tags/gibberish/index.html +++ b/public/tags/gibberish/index.html @@ -18,7 +18,7 @@ <div class="header"> <div class="site_title"> - <p><a href="/"><img src="https://blog.garhve.com/images/logo.ico" alt="garhve's gibberish" + <p><a href="/"><img src="https://blog.garhve.com/images/logo.png" alt="garhve's gibberish" width="70" height=auto></a></p> <p><a href="/"> garhve's gibberish</a></p> </div> diff --git a/public/tags/index.html b/public/tags/index.html index 0e16055..64ba538 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -18,7 +18,7 @@ <div class="header"> <div class="site_title"> - <p><a href="/"><img src="https://blog.garhve.com/images/logo.ico" alt="garhve's gibberish" + <p><a href="/"><img src="https://blog.garhve.com/images/logo.png" alt="garhve's gibberish" width="70" height=auto></a></p> <p><a href="/"> garhve's gibberish</a></p> </div> diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html index 2cd6124..bee0c6d 100644 --- a/public/tags/linux/index.html +++ b/public/tags/linux/index.html @@ -18,7 +18,7 @@ <div class="header"> <div class="site_title"> - <p><a href="/"><img src="https://blog.garhve.com/images/logo.ico" alt="garhve's gibberish" + <p><a href="/"><img src="https://blog.garhve.com/images/logo.png" alt="garhve's gibberish" width="70" height=auto></a></p> <p><a href="/"> garhve's gibberish</a></p> </div> |