diff --git a/sass/parts/_cards.scss b/sass/parts/_cards.scss
index dbd0bb4..1be7948 100644
--- a/sass/parts/_cards.scss
+++ b/sass/parts/_cards.scss
@@ -82,4 +82,4 @@
.bloglist-table-row {
width: 100%;
}
-}
\ No newline at end of file
+}
diff --git a/sass/parts/_code.scss b/sass/parts/_code.scss
index 1ba21a0..f03dce9 100644
--- a/sass/parts/_code.scss
+++ b/sass/parts/_code.scss
@@ -107,4 +107,4 @@ pre code[class*="language-rs"]::before {
content: "rust";
background: #fff8f6;
color: #ff4647;
-}
\ No newline at end of file
+}
diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss
index 8ece5c5..57a2973 100644
--- a/sass/parts/_footer.scss
+++ b/sass/parts/_footer.scss
@@ -41,4 +41,4 @@ footer {
[data-theme="light"] .social>img {
filter: invert(0);
- }
\ No newline at end of file
+ }
diff --git a/sass/parts/_home-banner.scss b/sass/parts/_home-banner.scss
index ac1f7bc..8a6b6fb 100644
--- a/sass/parts/_home-banner.scss
+++ b/sass/parts/_home-banner.scss
@@ -58,4 +58,4 @@
#home-banner-text {
width: 95%;
}
-}
\ No newline at end of file
+}
diff --git a/sass/parts/_image.scss b/sass/parts/_image.scss
index 447f930..70875ee 100644
--- a/sass/parts/_image.scss
+++ b/sass/parts/_image.scss
@@ -32,4 +32,4 @@ figure h4::before {
svg {
max-height: 15px;
-}
\ No newline at end of file
+}
diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss
index e3456e4..ba42c89 100644
--- a/sass/parts/_misc.scss
+++ b/sass/parts/_misc.scss
@@ -60,4 +60,4 @@ a:hover {
margin: 0;
padding: 0;
}
-}
\ No newline at end of file
+}
diff --git a/sass/parts/_table.scss b/sass/parts/_table.scss
index 247db0f..d380dc5 100644
--- a/sass/parts/_table.scss
+++ b/sass/parts/_table.scss
@@ -12,4 +12,4 @@ table th {
table td {
padding: 6px 13px;
border: 1px solid #dfe2e5;
-}
\ No newline at end of file
+}
diff --git a/templates/403.html b/templates/403.html
index 427504c..b4bfa56 100644
--- a/templates/403.html
+++ b/templates/403.html
@@ -5,4 +5,4 @@
{{ post_macros::page_header(title="403")}}
forbidden
-{% endblock main_content %}
\ No newline at end of file
+{% endblock main_content %}
diff --git a/templates/404.html b/templates/404.html
index 76cd10b..0782011 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -5,4 +5,4 @@
{{ post_macros::page_header(title="404")}}
not found
-{% endblock main_content %}
\ No newline at end of file
+{% endblock main_content %}
diff --git a/templates/base.html b/templates/base.html
index e3bc474..9603e4a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,4 +16,4 @@
{% include "partials/footer.html" %}