Skip to content

Commit 4ee4f6a

Browse files
committed
docs: Update copyright and license years to 2025-2026
1 parent cc04fb0 commit 4ee4f6a

8 files changed

Lines changed: 24 additions & 24 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
HIPPOCRATIC LICENSE
22

3-
Copyright (c) 2025 Cha Haneum
3+
Copyright (c) 2025-2026 Cha Haneum
44

55
Version 3.0, October 2021
66

content/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ This is the directory for the blog's posts.
77

88
## How to Use Markdown
99
If you add `two spaces` to the end of a sentence, it becomes `<br/>` function.
10-
11-
## LICENSE
12-
MIT LICENSE &copy; 2025 Cha Haneum

layout/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<link rel="stylesheet" href="/styles/about.css">
4747
<link rel="stylesheet" href="/styles/github-markdown.css">
48-
48+
4949
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
5050
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
5151
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
@@ -78,7 +78,7 @@ <h1>개발자 차한음</h1>
7878
</main>
7979
<footer class="about-footer">
8080
<section>
81-
<p>&copy; 2025 Cha Haneum</p>
81+
<p>&copy; 2025-2026 Cha Haneum</p>
8282
</section>
8383
<section>
8484
<a href="https://github.com/chebread">
@@ -94,4 +94,4 @@ <h1>개발자 차한음</h1>
9494

9595
<script src="/js/main.js"></script>
9696
</body>
97-
</html>
97+
</html>

layout/category.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<link rel="stylesheet" href="/styles/color-palette.css">
4242

4343
<link rel="stylesheet" href="/styles/category.css">
44-
44+
4545
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
4646
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
4747
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
@@ -60,13 +60,13 @@
6060
<span>포스트</span>
6161
</a>
6262
</nav>
63-
63+
6464
<main class="category-list">
6565
{{ .PostList }}
6666
</main>
6767
<footer class="category-footer">
6868
<section>
69-
<p>&copy; 2025 Cha Haneum</p>
69+
<p>&copy; 2025-2026 Cha Haneum</p>
7070
</section>
7171
<section>
7272
<a href="https://github.com/chebread">
@@ -82,4 +82,4 @@
8282

8383
<script src="/js/main.js"></script>
8484
</body>
85-
</html>
85+
</html>

layout/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
66

77
<link rel="preload" href="/assets/profile.webp" as="image" type="image/webp">
8-
8+
99
<title>차한음 블로그</title>
1010
<meta name="description" content="개발자 차한음 블로그">
1111
<meta name="author" content="차한음">
@@ -42,10 +42,10 @@
4242
<link rel="stylesheet" href="/styles/layout.css" />
4343
<link rel="stylesheet" href="/styles/color-palette.css">
4444
<link rel="stylesheet" href="/styles/chroma.css">
45-
45+
4646
<link rel="stylesheet" href="/styles/home.css">
4747
<link rel="stylesheet" href="/styles/github-markdown.css">
48-
48+
4949
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
5050
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
5151
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
@@ -70,15 +70,15 @@
7070
<h1>차한음 블로그</h1>
7171
</div>
7272
</header>
73-
73+
7474
<main class="home-content">
7575
<article class="markdown-body">
7676
{{- .Content -}}
7777
</article>
7878
</main>
7979
<footer class="home-footer">
8080
<section>
81-
<p>&copy; 2025 Cha Haneum</p>
81+
<p>&copy; 2025-2026 Cha Haneum</p>
8282
</section>
8383
<section>
8484
<a href="https://github.com/chebread">
@@ -94,4 +94,4 @@ <h1>차한음 블로그</h1>
9494

9595
<script src="/js/main.js"></script>
9696
</body>
97-
</html>
97+
</html>

layout/post.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<span>포스트</span>
6666
</a>
6767
</nav>
68-
68+
6969
<main class="post-content">
7070
<header class="post-header">
7171
<h1 class="post-title">{{- .Title -}}</h1>
@@ -102,7 +102,7 @@ <h1 class="post-title">{{- .Title -}}</h1>
102102

103103
<footer class="post-footer">
104104
<section>
105-
<p>&copy; 2025 Cha Haneum</p>
105+
<p>&copy; 2025-2026 Cha Haneum</p>
106106
</section>
107107
<section>
108108
<a href="https://github.com/chebread">
@@ -118,4 +118,4 @@ <h1 class="post-title">{{- .Title -}}</h1>
118118

119119
<script src="/js/main.js"></script>
120120
</body>
121-
</html>
121+
</html>

layout/posts.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<link rel="stylesheet" href="/styles/color-palette.css">
4242

4343
<link rel="stylesheet" href="/styles/posts.css">
44-
44+
4545
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
4646
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
4747
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
@@ -60,13 +60,13 @@
6060
<span>포스트</span>
6161
</a>
6262
</nav>
63-
63+
6464
<main class="posts-list">
6565
{{ .PostList }}
6666
</main>
6767
<footer class="posts-footer">
6868
<section>
69-
<p>&copy; 2025 Cha Haneum</p>
69+
<p>&copy; 2025-2026 Cha Haneum</p>
7070
</section>
7171
<section>
7272
<a href="https://github.com/chebread">
@@ -82,4 +82,4 @@
8282

8383
<script src="/js/main.js"></script>
8484
</body>
85-
</html>
85+
</html>

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package main
22

3+
// TODO: 코드 이해하기
4+
// TODO: 포스트 썸네일 기능 추가하기
5+
36
import (
47
"blog/lib"
58

0 commit comments

Comments
 (0)