File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{% if page_title or page_title == '' %}
2
- {% assign page_title = page.title %}
2
+ {% assign page_title = page.title %}
3
3
{% endif %}
4
4
{% if page_subtitle or page_subtitle == '' %}
5
- {% assign page_subtitle = page.subtitle %}
5
+ {% assign page_subtitle = page.subtitle %}
6
6
{% endif %}
7
7
{% assign page_title = page.title %}
8
8
<!DOCTYPE html>
9
9
< html lang ="ja " dir ="ltr ">
10
10
{% include head.html %}
11
11
12
- < body class ="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-screen p-4 flex ">
12
+ < body class ="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-dvh p-4 flex ">
13
13
< div class ="bg-white rounded-2xl min-h-full flex-1 flex flex-col ">
14
14
{% include header.html %}
15
15
21
21
</ div >
22
22
</ body >
23
23
24
- </ html >
24
+ </ html >
You can’t perform that action at this time.
0 commit comments