diff options
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | images/17966333.png | bin | 214761 -> 0 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index e57eec4..7753887 100644 --- a/_config.yml +++ b/_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 diff --git a/_layouts/default.html b/_layouts/default.html index a0fe091..f57c109 100644 --- a/_layouts/default.html +++ b/_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> diff --git a/images/17966333.png b/images/17966333.png deleted file mode 100644 index 7a0df70..0000000 --- a/images/17966333.png +++ /dev/null Binary files differ |