Update 3 files

- /images/17966333.png
- /_config.yml
- /_layouts/default.html
This commit is contained in:
mayx 2024-02-24 15:58:24 +00:00
parent afe8b95115
commit 8a51f7a942
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB