summary refs log tree commit diff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authormayx2025-05-19 17:30:36 +0000
committermayx2025-05-19 17:30:36 +0000
commit399a6e2b14c0837cbaeefa0a35f91b170b57ad3c (patch)
treea869637e48230f9ff7536e1f5804703a67431d9d /_layouts/default.html
parent786f9bd602b99d785d39217fb2a8bec20d28e872 (diff)
Update file default.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 708e79a..97e9bf2 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -46,14 +46,14 @@
   <!--[if !IE]> --><noscript><marquee style="top: -15px; position: relative;"><small>发现当前浏览器没有启用JavaScript,这不影响你的浏览,但可能会有一些功能无法使用……</small></marquee></noscript><!-- <![endif]-->
   <!--[if IE]><marquee style="top: -15px; position: relative;"><small>发现当前浏览器为Internet Explorer,这不影响你的浏览,但可能会有一些功能无法使用……</small></marquee><![endif]-->
   <div class="wrapper">
-    <header>
+    <header class="h-card">
       <h1><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
 
       {% if site.logo %}
-      <img src="{{ site.logo }}" alt="Logo" style="width: 90%;" />
+      <img src="{{ site.logo }}" class="u-photo" alt="Logo" style="width: 90%;" />
         {% endif %}
 
-      <p>{{ site.description | default: site.github.project_tagline }}</p>
+      <p class="p-note">{{ site.description | default: site.github.project_tagline }}</p>
 
       <form action="/search.html">
         <input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.." />
@@ -70,7 +70,7 @@
       <p class="view"><a href="{{ site.github.owner_url }}" rel="me">View My GitHub Profile</a></p>
       {% endif %}
 
-      <p class="view"><a class="h-card" href="/Mabbs/">About Me</a></p>
+      <p class="view"><a class="u-url" href="/Mabbs/">About <span class="p-name">Mayx</span></a></p>
 
       <ul class="downloads">
         {% if site.github %}