diff options
author | mayx | 2025-06-01 06:35:20 +0000 |
---|---|---|
committer | mayx | 2025-06-01 06:35:20 +0000 |
commit | 3c0dee8e79a0a2a90ec43d123e40e4827f7d3af8 (patch) | |
tree | bd5fc403164e5fffa3dc6200612904d6dd938f38 /_layouts/default.html | |
parent | 63ad82f16c2b2adac51f0a1d3903c2cf13198e2e (diff) |
Update file default.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index d945eb2..d750d36 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,6 +14,8 @@ <link rel="stylesheet" href="/Live2dHistoire/live2d/css/live2d.css" /> <link rel="webmention" href="https://webmention.io/mabbs.github.io/webmention" /> <link rel="pingback" href="https://webmention.io/mabbs.github.io/xmlrpc" /> + <link rel="preconnect" href="https://summary.mayx.eu.org" crossorigin="anonymous" /> + <link rel="prefetch" href="https://www.blogsclub.org/badge/mabbs.github.io" as="image" /> <link rel="blogroll" type="text/xml" href="/blogroll.opml" /> <link rel="me" href="https://github.com/Mabbs" /> <script src="/assets/js/jquery.min.js"></script> @@ -50,8 +52,8 @@ <h1><a class="u-url u-uid p-name" rel="me" href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1> {% if site.logo %} - <img src="{{ site.logo }}" class="u-photo" alt="Logo" style="width: 90%;" /> - {% endif %} + <img src="{{ site.logo }}" class="u-photo" alt="Logo" style="width: 90%; max-width: 300px;" /> + {% endif %} <p class="p-note">{{ site.description | default: site.github.project_tagline }}</p> |