diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-20 03:14:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-20 03:14:42 +0900 |
| commit | 1f1870a1852558166cabfdfdcc4bc1437e37a45a (patch) | |
| tree | 163ce5c5a7c6147c2f566b25e40dcadb9b210945 /services/blog/public/posts/2021-03-05/my-first-post/index.html | |
| parent | 037da3c3c4cf7d4e62cb5248ecccfe75d88f684b (diff) | |
| download | nsfisis.dev-1f1870a1852558166cabfdfdcc4bc1437e37a45a.tar.gz nsfisis.dev-1f1870a1852558166cabfdfdcc4bc1437e37a45a.tar.zst nsfisis.dev-1f1870a1852558166cabfdfdcc4bc1437e37a45a.zip | |
feat(blog/style): fix word-break style of links
Diffstat (limited to 'services/blog/public/posts/2021-03-05/my-first-post/index.html')
| -rw-r--r-- | services/blog/public/posts/2021-03-05/my-first-post/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/blog/public/posts/2021-03-05/my-first-post/index.html b/services/blog/public/posts/2021-03-05/my-first-post/index.html index 613df984..1e90a41b 100644 --- a/services/blog/public/posts/2021-03-05/my-first-post/index.html +++ b/services/blog/public/posts/2021-03-05/my-first-post/index.html @@ -14,7 +14,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>My First Post|REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4a12de8fc55ef1668e211e6c6db4ade"> + <link rel="stylesheet" href="/style.css?h=d2f027875115279303f9fe391e2ef61b"> </head> <body class="single"> <header class="header"> @@ -183,7 +183,7 @@ <mark>highlighted</mark> </p> <p> - <a href="https://example.com" rel="noreferrer" target="_blank">https://example.com</a> + <a class="url" href="https://example.com" rel="noreferrer" target="_blank">https://example.com</a> </p> <p> <a href="https://example.com" rel="noreferrer" target="_blank">example link</a> |
