diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-03-05 23:58:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-03-05 23:58:46 +0900 |
| commit | 75d371951940aa7150949e88f944ab856b0bcd58 (patch) | |
| tree | dd5d6479c2076e6131a80bc04226cef824469199 /docs/posts/my-first-post | |
| parent | 014f214e344e1fd80af2b4c52435aaf1d18afa04 (diff) | |
| download | nsfisis.github.io-75d371951940aa7150949e88f944ab856b0bcd58.tar.gz nsfisis.github.io-75d371951940aa7150949e88f944ab856b0bcd58.tar.zst nsfisis.github.io-75d371951940aa7150949e88f944ab856b0bcd58.zip | |
fix protocol: http to https
Diffstat (limited to 'docs/posts/my-first-post')
| -rw-r--r-- | docs/posts/my-first-post/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/posts/my-first-post/index.html b/docs/posts/my-first-post/index.html index ba857a8..1e0c66e 100644 --- a/docs/posts/my-first-post/index.html +++ b/docs/posts/my-first-post/index.html @@ -10,12 +10,12 @@ <meta name="description" content="Test Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."> <meta name="author" content=""> - <link href="http://nsfisis.github.io/an-old-hope.min.css" rel="stylesheet"> - <link href="http://nsfisis.github.io/style.css" rel="stylesheet"> - <link href="http://nsfisis.github.io/custom.css" rel="stylesheet"> + <link href="https://nsfisis.github.io/an-old-hope.min.css" rel="stylesheet"> + <link href="https://nsfisis.github.io/style.css" rel="stylesheet"> + <link href="https://nsfisis.github.io/custom.css" rel="stylesheet"> - <link rel="apple-touch-icon" href="http://nsfisis.github.io/apple-touch-icon.png"> - <link rel="icon" href="http://nsfisis.github.io/favicon.ico"> + <link rel="apple-touch-icon" href="https://nsfisis.github.io/apple-touch-icon.png"> + <link rel="icon" href="https://nsfisis.github.io/favicon.ico"> <meta name="generator" content="Hugo 0.81.0" /> @@ -73,7 +73,7 @@ </script> <header class="header"> <nav class="nav"> - <p class="logo"><a href="http://nsfisis.github.io">5757777</a></p> + <p class="logo"><a href="https://nsfisis.github.io">5757777</a></p> </nav> </header> <main class="main"> @@ -90,13 +90,13 @@ </article></main> <footer class="footer"> - <span>© 2021 <a href="http://nsfisis.github.io">5757777</a></span> + <span>© 2021 <a href="https://nsfisis.github.io">5757777</a></span> <span>·</span> <span>Powered by <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo️️</a>️</span> <span>·</span> <span>Theme️ <a href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank">Paper</a></span> </footer> -<script src="http://nsfisis.github.io/highlight.min.js"></script> +<script src="https://nsfisis.github.io/highlight.min.js"></script> <script> hljs.initHighlightingOnLoad(); </script> |
