Add id to body

This commit is contained in:
Lucie Anglade 2023-08-05 12:42:04 +02:00
parent 4c2c04af5b
commit 9a032782d2

View File

@ -12,7 +12,7 @@
{% endblock head %} {% endblock head %}
</head> </head>
<body> <body id="page-{{ output_file.split('/')[-1].split('.')[0] }}">
<header> <header>
<img src="/static/img/logo.svg" alt="AFPy logo"> <img src="/static/img/logo.svg" alt="AFPy logo">
<h1><a href="/">AFPy</a></h1> <h1><a href="/">AFPy</a></h1>