/
githubmirror
/
trivy
Обзор
Документация
Войти
/
githubmirror
/
trivy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/overrides/main.html
36 строк
1 KB
Itay Shakury
docs: combine trivy.dev into trivy docs (#7884)
18 ноя 2024, 09:34
Не верифицирован
18 ноя 2024, 09:34
94791f8
Код
Авторство
О чём код?
{% extends "base.html" %} {% block extrahead %} {% set title = config.site_name %} {% if page and page.title and not page.is_homepage %} {% set title = config.site_name ~ " - " ~ page.title | striptags %} {% endif %} {% set image = config.site_url ~ 'assets/images/illustrations/banner.png' %} <meta property="og:type" content="website" /> <meta property="og:title" content="{{ title }}" /> <meta property="og:description" content="{{ config.site_description }}" /> <meta property="og:url" content="{{ page.canonical_url }}" /> <meta property="og:image" content="{{ image }}" /> <meta property="og:image:type" content="image/png" /> <meta property="og:image:width" content="1080" /> <meta property="og:image:height" content="568" /> <style> :root{ --md-primary-fg-color:#0a0b23; } .md-typeset a{ color:#10147e; } </style> {% endblock %} {% block outdated %} You're not viewing the latest version of the documentation. <a href="{{ '../' ~ base_url }}"> <strong>Click here to go to latest.</strong> </a> {% endblock %}