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" %} - \ No newline at end of file + diff --git a/templates/cards.html b/templates/cards.html index f52d8ac..3262d56 100644 --- a/templates/cards.html +++ b/templates/cards.html @@ -32,4 +32,4 @@ {% endif %} {% endif %} -{% endblock main_content %} \ No newline at end of file +{% endblock main_content %} diff --git a/templates/index.html b/templates/index.html index e1f3940..d0dfc01 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1 +1 @@ -{% extends "section.html" %} \ No newline at end of file +{% extends "section.html" %} diff --git a/templates/macros/macros.html b/templates/macros/macros.html index 08d1f66..b865fab 100644 --- a/templates/macros/macros.html +++ b/templates/macros/macros.html @@ -216,4 +216,4 @@ {% endfor %} -{% endmacro list_title %} \ No newline at end of file +{% endmacro list_title %} diff --git a/templates/page.html b/templates/page.html index 9bf0abb..a7a0815 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,4 +2,4 @@ {% block main_content %} {{ post_macros::content(page=page)}} -{% endblock main_content %} \ No newline at end of file +{% endblock main_content %} diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 2e6c99b..ef35922 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -11,4 +11,4 @@ - \ No newline at end of file + diff --git a/templates/partials/header.html b/templates/partials/header.html index 1eae872..1b6a16f 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -59,4 +59,4 @@ - \ No newline at end of file + diff --git a/templates/partials/nav.html b/templates/partials/nav.html index 8b5cf7a..02b5087 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -22,4 +22,4 @@ {% endif %} - \ No newline at end of file + diff --git a/templates/section.html b/templates/section.html index 1feebb7..8f2cef3 100644 --- a/templates/section.html +++ b/templates/section.html @@ -37,4 +37,4 @@ {% endif %} {% endif %} -{% endblock main_content %} \ No newline at end of file +{% endblock main_content %} diff --git a/templates/tags/list.html b/templates/tags/list.html index ae8a863..adfd51e 100644 --- a/templates/tags/list.html +++ b/templates/tags/list.html @@ -19,4 +19,4 @@ -{% endblock main_content %} \ No newline at end of file +{% endblock main_content %} diff --git a/templates/tags/single.html b/templates/tags/single.html index 6e0bd11..218a856 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -4,4 +4,4 @@ {{ post_macros::list_title(pages=term.pages, tag_name=term.name) }} -{% endblock main_content %} \ No newline at end of file +{% endblock main_content %}