fix: page name
This commit is contained in:
parent
f5c32f761d
commit
617921edcb
@ -6,6 +6,6 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/base16/ros-pine-moon.min.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
|
||||
<title>Попакошька</title>
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename='imgs/main_icon.png') }}">
|
||||
<title>CTF для самых маленьких</title>
|
||||
</head>
|
@ -3,9 +3,9 @@
|
||||
<nav class="navlink">
|
||||
<a href="{{ url_for('index') }}" class="link">на главную</a>
|
||||
{%- for link, text in (
|
||||
('sql', 'sql пипка'),
|
||||
('found', 'forensic'),
|
||||
('decode', 'encode and decode'),
|
||||
('sql', 'Sql-инъекция'),
|
||||
('found', 'Форензика'),
|
||||
('decode', 'Криптография'),
|
||||
) %}
|
||||
{%- if request.path != url_for(link) %}
|
||||
<a href="{{ url_for(link) }}" class="link">{{ text }}</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user