Start page reorganization
This commit is contained in:
parent
1ead78d44f
commit
db0234b750
3 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ mod base;
|
||||||
mod commit;
|
mod commit;
|
||||||
mod index;
|
mod index;
|
||||||
mod link;
|
mod link;
|
||||||
|
mod pages;
|
||||||
pub mod paths;
|
pub mod paths;
|
||||||
mod queue;
|
mod queue;
|
||||||
mod r#static;
|
mod r#static;
|
||||||
|
|
|
||||||
0
src/server/web/pages.rs
Normal file
0
src/server/web/pages.rs
Normal file
|
|
@ -6,7 +6,7 @@
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<title>{% block title %}{% endblock %} - {{ base.repo_name }}</title>
|
<title>{% block title %}{% endblock %} - {{ base.repo_name }}</title>
|
||||||
<link rel="icon" href="{{ base.link_logo_svg }}">
|
<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 %}
|
{% block head %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue