diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-01-08 10:57:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-01-08 10:57:49 +0900 |
| commit | 5fd75cb1220105334b130b6bfc5395c27161210a (patch) | |
| tree | 638bfcaf54a7aa9693bdc485bb76179465b9fcb9 /vhosts/blog/public/about/index.html | |
| parent | 7f3c1acde8884deedf1cf3e0ece33f4d51b2d676 (diff) | |
| download | nsfisis.dev-5fd75cb1220105334b130b6bfc5395c27161210a.tar.gz nsfisis.dev-5fd75cb1220105334b130b6bfc5395c27161210a.tar.zst nsfisis.dev-5fd75cb1220105334b130b6bfc5395c27161210a.zip | |
feat(blog/style): change separator of page titles
Diffstat (limited to 'vhosts/blog/public/about/index.html')
| -rw-r--r-- | vhosts/blog/public/about/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vhosts/blog/public/about/index.html b/vhosts/blog/public/about/index.html index d480b0e0..6454d036 100644 --- a/vhosts/blog/public/about/index.html +++ b/vhosts/blog/public/about/index.html @@ -7,12 +7,12 @@ <meta name="copyright" content="© 2021 nsfisis"> <meta name="description" content="このサイトの著者について"> <meta property="og:type" content="article"> - <meta property="og:title" content="About | REPL: Rest-Eat-Program Loop"> + <meta property="og:title" content="About|REPL: Rest-Eat-Program Loop"> <meta property="og:description" content="このサイトの著者について"> <meta property="og:site_name" content="REPL: Rest-Eat-Program Loop"> <meta property="og:locale" content="ja_JP"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> - <title>About | REPL: Rest-Eat-Program Loop</title> + <title>About|REPL: Rest-Eat-Program Loop</title> <link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007"> </head> <body class="single"> |
