🐛 fix: add end-of-file newline
This commit is contained in:
parent
53d28ad522
commit
095b9d0d07
@ -82,4 +82,4 @@
|
|||||||
.bloglist-table-row {
|
.bloglist-table-row {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -107,4 +107,4 @@ pre code[class*="language-rs"]::before {
|
|||||||
content: "rust";
|
content: "rust";
|
||||||
background: #fff8f6;
|
background: #fff8f6;
|
||||||
color: #ff4647;
|
color: #ff4647;
|
||||||
}
|
}
|
||||||
|
@ -41,4 +41,4 @@ footer {
|
|||||||
|
|
||||||
[data-theme="light"] .social>img {
|
[data-theme="light"] .social>img {
|
||||||
filter: invert(0);
|
filter: invert(0);
|
||||||
}
|
}
|
||||||
|
@ -58,4 +58,4 @@
|
|||||||
#home-banner-text {
|
#home-banner-text {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,4 +32,4 @@ figure h4::before {
|
|||||||
|
|
||||||
svg {
|
svg {
|
||||||
max-height: 15px;
|
max-height: 15px;
|
||||||
}
|
}
|
||||||
|
@ -60,4 +60,4 @@ a:hover {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,4 +12,4 @@ table th {
|
|||||||
table td {
|
table td {
|
||||||
padding: 6px 13px;
|
padding: 6px 13px;
|
||||||
border: 1px solid #dfe2e5;
|
border: 1px solid #dfe2e5;
|
||||||
}
|
}
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
{{ post_macros::page_header(title="403")}}
|
{{ post_macros::page_header(title="403")}}
|
||||||
<span>forbidden</span>
|
<span>forbidden</span>
|
||||||
</main>
|
</main>
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
{{ post_macros::page_header(title="404")}}
|
{{ post_macros::page_header(title="404")}}
|
||||||
<span>not found</span>
|
<span>not found</span>
|
||||||
</main>
|
</main>
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
{% include "partials/footer.html" %}
|
{% include "partials/footer.html" %}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -32,4 +32,4 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
@ -1 +1 @@
|
|||||||
{% extends "section.html" %}
|
{% extends "section.html" %}
|
||||||
|
@ -216,4 +216,4 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endmacro list_title %}
|
{% endmacro list_title %}
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
{{ post_macros::content(page=page)}}
|
{{ post_macros::content(page=page)}}
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
@ -11,4 +11,4 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</section>
|
</section>
|
||||||
<script src="{{ get_url(path='js/main.js', trailing_slash=false) | safe }}"/></script>
|
<script src="{{ get_url(path='js/main.js', trailing_slash=false) | safe }}"/></script>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -59,4 +59,4 @@
|
|||||||
|
|
||||||
<meta http-equiv="Content-Security-Policy"
|
<meta http-equiv="Content-Security-Policy"
|
||||||
content="default-src 'self' ws://127.0.0.1:1024/; img-src 'self' https://*; script-src 'self'; style-src 'self'; font-src 'self'" />
|
content="default-src 'self' ws://127.0.0.1:1024/; img-src 'self' https://*; script-src 'self'; style-src 'self'; font-src 'self'" />
|
||||||
</head>
|
</head>
|
||||||
|
@ -22,4 +22,4 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
@ -37,4 +37,4 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
@ -19,4 +19,4 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
{{ post_macros::list_title(pages=term.pages, tag_name=term.name) }}
|
{{ post_macros::list_title(pages=term.pages, tag_name=term.name) }}
|
||||||
|
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user