aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-03-01 20:37:00 -0800
committerclarkzjw <[email protected]>2023-03-01 20:37:00 -0800
commit6bbf6f5d8b4fc0d07615a98cd704b0808b064cc9 (patch)
treea55a98895fbcbc2775c2e3031f685ad377ec8814 /site/_layouts
parent721d379b60b1a99a3f0e520ec9b31a6f0e1715a9 (diff)
downloadphoto-6bbf6f5d8b4fc0d07615a98cd704b0808b064cc9.tar.gz
update title
Diffstat (limited to 'site/_layouts')
-rw-r--r--site/_layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/_layouts/default.html b/site/_layouts/default.html
index 7ff8d4d..389fd5c 100644
--- a/site/_layouts/default.html
+++ b/site/_layouts/default.html
@@ -16,9 +16,9 @@
16 </head> 16 </head>
17 <body class="{% if page.root != true %}post-body{% endif %}" data-page-title="{{ page.title }}"> 17 <body class="{% if page.root != true %}post-body{% endif %}" data-page-title="{{ page.title }}">
18 <header> 18 <header>
19 <h1 class="h1"> 19 <a href="https://jinwei.me"><h1 class="h1">
20 {{ page.title }} 20 {{ page.title }}
21 </h1> 21 </h1></a>
22 </header> 22 </header>
23 <main> 23 <main>
24 {{ content }} 24 {{ content }}
Powered by cgit v1.2.3 (git 2.41.0)