Reorganised blog CSS and JavaScript
This commit is contained in:
parent
d3b751ecea
commit
972edcc63c
|
@ -12,13 +12,14 @@
|
||||||
<meta name="author" content="Leilukin">
|
<meta name="author" content="Leilukin">
|
||||||
<meta property="og:description" content="The full list of posts on my blog.">
|
<meta property="og:description" content="The full list of posts on my blog.">
|
||||||
|
|
||||||
<link rel="stylesheet" href="./blog.css" type="text/css" media="all">
|
<link rel="stylesheet" href="./css/style-blog.css" type="text/css" media="all">
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
||||||
|
|
||||||
<script src="./blog.js" defer></script>
|
<script src="./js/blog.js" defer></script>
|
||||||
|
|
||||||
<title>Blog Archive | Leilukin's Hub</title>
|
<title>Blog Archive | Leilukin's Hub</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
background-image: url('./img/bg_fingerlessGloves.png');
|
background-image: url('../img/bg_fingerlessGloves.png');
|
||||||
background-position: top;
|
background-position: top;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
|
@ -12,13 +12,14 @@
|
||||||
<meta name="author" content="Leilukin">
|
<meta name="author" content="Leilukin">
|
||||||
<meta property="og:description" content="My blog hosted on my website.">
|
<meta property="og:description" content="My blog hosted on my website.">
|
||||||
|
|
||||||
<link rel="stylesheet" href="./blog.css" type="text/css" media="all">
|
<link rel="stylesheet" href="./css/style-blog.css" type="text/css" media="all">
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
||||||
|
|
||||||
<script src="./blog.js" defer></script>
|
<script src="./js/blog.js" defer></script>
|
||||||
|
|
||||||
<title>Blog | Leilukin's Hub</title>
|
<title>Blog | Leilukin's Hub</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -12,13 +12,14 @@
|
||||||
<meta name="author" content="Leilukin">
|
<meta name="author" content="Leilukin">
|
||||||
<meta property="og:description" content="Summary of my blog post.">
|
<meta property="og:description" content="Summary of my blog post.">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../blog.css" type="text/css" media="all">
|
<link rel="stylesheet" href="../css/style-blog.css" type="text/css" media="all">
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
||||||
|
|
||||||
<script src="../blog.js" defer></script>
|
<script src="../js/blog.js" defer></script>
|
||||||
|
|
||||||
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
|
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -12,13 +12,14 @@
|
||||||
<meta name="author" content="Leilukin">
|
<meta name="author" content="Leilukin">
|
||||||
<meta property="og:description" content="I have finally set up a blog on my own website.">
|
<meta property="og:description" content="I have finally set up a blog on my own website.">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../blog.css" type="text/css" media="all">
|
<link rel="stylesheet" href="../css/style-blog.css" type="text/css" media="all">
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
||||||
|
|
||||||
<script src="../blog.js" defer></script>
|
<script src="../js/blog.js" defer></script>
|
||||||
|
|
||||||
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
|
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -12,13 +12,14 @@
|
||||||
<meta name="author" content="Leilukin">
|
<meta name="author" content="Leilukin">
|
||||||
<meta property="og:description" content="I have signed up to join the Dracula Daily hype.">
|
<meta property="og:description" content="I have signed up to join the Dracula Daily hype.">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../blog.css" type="text/css" media="all">
|
<link rel="stylesheet" href="../css/style-blog.css" type="text/css" media="all">
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
||||||
|
|
||||||
<script src="../blog.js" defer></script>
|
<script src="../js/blog.js" defer></script>
|
||||||
|
|
||||||
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
|
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -12,13 +12,14 @@
|
||||||
<meta name="author" content="Leilukin">
|
<meta name="author" content="Leilukin">
|
||||||
<meta property="og:description" content="28th July 2023 marks my first birthday after the launch of this personal website.">
|
<meta property="og:description" content="28th July 2023 marks my first birthday after the launch of this personal website.">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../blog.css" type="text/css" media="all">
|
<link rel="stylesheet" href="../css/style-blog.css" type="text/css" media="all">
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
<link rel="manifest" href="/assets/favicon/site.webmanifest">
|
||||||
|
|
||||||
<script src="../blog.js" defer></script>
|
<script src="../js/blog.js" defer></script>
|
||||||
|
|
||||||
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
|
<title>Blog Post</title> <!-- If you leave title as "Blog Post", it will automatically be updated to the post title -->
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue