summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-10-26 15:28:05 -0600
committerHombreLaser <sebastian-440@live.com>2023-10-26 15:28:05 -0600
commit39255b39bbfea4cf83b1a26d7c5b675fb7efe9e9 (patch)
treece7f6576146c11bfe21a4a8f9239d1dc7a6138b8
parent86d179896001bd867acfe45c79ebb55aa9d53736 (diff)
Add logo
-rw-r--r--_config.yml4
-rw-r--r--_includes/views/site-brand.html3
-rw-r--r--assets/images/logo.pngbin0 -> 25921 bytes
3 files changed, 3 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index b4c183c..494d846 100644
--- a/_config.yml
+++ b/_config.yml
@@ -24,7 +24,7 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
-title: Your awesome title
+# title: Your awesome title
email: your-email@domain.com
author: GitHub User
@@ -49,7 +49,7 @@ description: >- # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. https://example.com
-favicon: "" # the favicon for your site
+favicon: "/assets/images/logo.png" # the favicon for your site
# Yat date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
diff --git a/_includes/views/site-brand.html b/_includes/views/site-brand.html
index e1ad4a8..c7d63a3 100644
--- a/_includes/views/site-brand.html
+++ b/_includes/views/site-brand.html
@@ -1,4 +1,3 @@
<a class="site-brand-inner" rel="author" href="{{ "/" | relative_url }}">
- <img class="site-favicon" title="{{ site.title | escape }}" src="{{ site.favicon }}" onerror="this.style.display='none'">
- {{ site.title | escape }}
+ <img class="site-favicon" title="{{ site.title | escape }}" src="{{ site.favicon }}" onerror="this.style.display='none'">
</a>
diff --git a/assets/images/logo.png b/assets/images/logo.png
new file mode 100644
index 0000000..0a52ca6
--- /dev/null
+++ b/assets/images/logo.png
Binary files differ