/
linuxgik
/
help
Обзор
Документация
Войти
/
linuxgik
/
help
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
_layouts/default.html
36 строк
999 B
Your Name
feat: add new UI structure and assets
01 апр 2026, 18:34
01 апр 2026, 18:34
be98eaf
Код
Авторство
О чём код?
<!doctype html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="/assets/css/reset.css"> <link rel="stylesheet" href="/assets/css/grid-layout.css"> <link rel="stylesheet" href="/assets/css/main.css"> <title>LinuxGik {% if page.title %} - {{ page.title }} {% endif %}</title> </head> <body class="grid-container"> <header> {% include header_nav.html %} </header> <div class="article-menu"> {% if page.subsection %} {% include article_menu.html %} {% endif %} </div> <main class="main"> {{ content }} </main> <aside class="sidebar-L"> {% include sidebar-L/default_sidebar_L.html %} </aside> <footer> {% include footer.html %} </footer> </body> </html>