shin-neo-lyrical-tokarev/views/partials/head.hbs
2024-11-16 04:11:07 -03:00

37 lines
1.4 KiB
Handlebars

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Home">
<meta content="『 リリカル・トカレフ 』" property="og:site_name">
<meta property="og:type" content="website">
<meta property="og:image" content="public/images/backgrounds/shinkiheader.png">
<meta property="og:description" content="キルゼムアール">
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#FFAE42">
<meta name="description" content="キルゼムアール">
{{#if header_style}}
<link rel="stylesheet" href="{{header_style}}">
{{else}}
<link rel="stylesheet" href="/public/styles/header.css">
{{/if}}
{{#if theme}}
<link rel="stylesheet" href={{theme}}>
{{else}}
<link rel="stylesheet" href="/public/styles/theme.css">
{{/if}}
{{#if stylesheet}}
<link rel="stylesheet" href={{stylesheet}}>
{{/if}}
{{#if icon}}
<link rel="icon" type="image/x-icon" href="{{icon}}">
{{else}}
<link rel="icon" type="image/x-icon" href="/public/images/favicons/gb.png">
{{/if}}
{{#if title}}
<title>{{title}}</title>
{{else}}
<title>Lyrical Tokarev~ 世界最後の日</title>
{{/if}}