diff options
author | clarkzjw <[email protected]> | 2023-03-01 20:37:00 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-01 20:37:00 -0800 |
commit | 6bbf6f5d8b4fc0d07615a98cd704b0808b064cc9 (patch) | |
tree | a55a98895fbcbc2775c2e3031f685ad377ec8814 /site | |
parent | 721d379b60b1a99a3f0e520ec9b31a6f0e1715a9 (diff) | |
download | photo-6bbf6f5d8b4fc0d07615a98cd704b0808b064cc9.tar.gz |
update title
Diffstat (limited to 'site')
-rw-r--r-- | site/Gemfile.lock | 1 | ||||
-rw-r--r-- | site/_layouts/default.html | 4 | ||||
-rw-r--r-- | site/assets/new.scss | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/site/Gemfile.lock b/site/Gemfile.lock index a4ee6d5..1cb0959 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock | |||
@@ -254,6 +254,7 @@ PLATFORMS | |||
254 | 254 | ||
255 | DEPENDENCIES | 255 | DEPENDENCIES |
256 | github-pages | 256 | github-pages |
257 | jekyll | ||
257 | webrick | 258 | webrick |
258 | 259 | ||
259 | BUNDLED WITH | 260 | BUNDLED WITH |
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 }} |
diff --git a/site/assets/new.scss b/site/assets/new.scss index 73c4ed8..b88d64d 100644 --- a/site/assets/new.scss +++ b/site/assets/new.scss | |||
@@ -55,6 +55,7 @@ body, kbd { | |||
55 | 55 | ||
56 | a { | 56 | a { |
57 | color: var(--linkColor); | 57 | color: var(--linkColor); |
58 | text-decoration: none; | ||
58 | } | 59 | } |
59 | 60 | ||
60 | ::selection { | 61 | ::selection { |