diff options
| author | mayx <mayx@outlook.com> | 2026-03-21 20:22:38 +0100 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-03-21 20:22:38 +0100 |
| commit | e094b6d205fbe85b80ef71e77c2ccdff72990c47 (patch) | |
| tree | 25567686fbd891ae147244c432c43698d58e1790 /_layouts | |
| parent | e8653b0efd12fb0cfbc4b9fa33800d5ba39fafe0 (diff) | |
Update 3 files
- /_data/links.csv
- /_data/other_repo_list.csv
- /_layouts/default.html
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 1a5847d..a6cc7c0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -59,7 +59,7 @@ layout: xslt_container <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 }}" fetchpriority="high" class="u-photo" alt="Logo" style="width: 90%; max-width: 300px; max-height: 300px;" /> + <img src="{{ site.logo }}" fetchpriority="high" class="u-photo" alt="Logo" style="width: 90%; max-width: 300px; max-height: 300px; border-radius: 25%;" /> {% endif %} <p class="p-note">{{ site.description | default: site.github.project_tagline }}</p> |
