Start page reorganization

This commit is contained in:
Joscha 2023-08-13 20:50:06 +02:00
parent 1ead78d44f
commit db0234b750
3 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ mod base;
mod commit;
mod index;
mod link;
mod pages;
pub mod paths;
mod queue;
mod r#static;

0
src/server/web/pages.rs Normal file
View file

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width" />
<title>{% block title %}{% endblock %} - {{ base.repo_name }}</title>
<link rel="icon" href="{{ base.link_logo_svg }}">
<link rel="stylesheet" href="{{ base.link_base_css }}" />
{# <link rel="stylesheet" href="{{ base.link_base_css }}" /> #}
{% block head %}{% endblock %}
</head>