code: upgrade to axum 0.7, working on repo info system
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
{% extends "base.html.j2" %}
|
||||
{% extends "base.jinja" %}
|
||||
|
||||
{% block extrahead %}
|
||||
<style type="text/css">
|
||||
.hidden.menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.masthead.segment {
|
||||
min-height: 700px;
|
||||
padding: 1em 0em;
|
||||
}
|
||||
</style>
|
||||
{% endblock extrahead %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<div class="pusher">
|
||||
|
||||
Reference in New Issue
Block a user