Browse Source

Update 3 files

- /images/17966333.png
- /_config.yml
- /_layouts/default.html
mayx 1 year ago
parent
commit
8a51f7a942
3 changed files with 2 additions and 2 deletions
  1. 1 1
      _config.yml
  2. 1 1
      _layouts/default.html
  3. BIN
      images/17966333.png

+ 1 - 1
_config.yml

@@ -1,6 +1,6 @@
 theme: jekyll-theme-minimal
 title: Mayx的博客
-logo: /images/17966333.png
+logo: https://avatars0.githubusercontent.com/u/17966333
 author: mayx
 description: Mayx's Home Page
 timezone: Asia/Shanghai

+ 1 - 1
_layouts/default.html

@@ -75,7 +75,7 @@
         <h1><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
         
         {% if site.logo %}
-          <img src="{{ site.logo | relative_url}}" alt="Logo" />
+          <img src="site.logo" alt="Logo" />
         {% endif %}
 
         <p>{{ site.description | default: site.github.project_tagline }}</p>

BIN
images/17966333.png