Тема: default.hbs
← Главная панели
·
Открыть сайт
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{meta_title}}</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="{{asset "css/style.css"}}"> {{ghost_head}} </head> <body class="{{body_class}}"> {{> header}} <main>{{{body}}}</main> {{> footer}} <script src="{{asset "js/main.js"}}"></script> {{ghost_foot}} </body> </html>
Сохранить файл темы