13
13
{% endunless %}
14
14
< link rel ="stylesheet " href ="/dist/index.css "/>
15
15
< link rel ="icon " type ="image/png " href ="/static/favicon.png "/>
16
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/styles/monokai.min.css " integrity ="sha512-z8wQkuDRFwCBfoj7KOiu1MECaRVoXx6rZQWL21x0BsVVH7JkqCp1Otf39qve6CrCycOOL5o9vgfII5Smds23rg== " crossorigin ="anonymous " />
17
- <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/styles/xcode.min.css"/>-->
16
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/styles/github-dark-dimmed.min.css "/>
18
17
< script async src ="https://www.googletagmanager.com/gtag/js?id=G-T4D78SM7TC "> </ script >
19
18
< script >
20
19
window . dataLayer = window . dataLayer || [ ] ;
26
25
gtag ( 'js' , new Date ( ) ) ;
27
26
gtag ( 'config' , 'G-T4D78SM7TC' ) ;
28
27
</ script >
29
- < script data-ad-client ="ca-pub-9317139815225070 " async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
30
28
</ head >
31
29
< body class ="flex flex-col min-h-screen min-w-full leading-normal bg-gray-50 overflow-x-hidden ">
32
30
33
31
< div class ="h-16 w-screen bg-white border-b border-indigo-200 ">
34
32
< div class ="lg:container px-4 mx-auto py-2 ">
35
33
< div class ="flex items-center flex-no-shrink pt-1 ">
36
34
< a href ="/ " class ="flex items-center ">
37
- < img class ="fill-current h-10 w-10 mr-2 " width ="30 " height ="30 " src ="/static/logo.png "/>
35
+ < img class ="fill-current h-10 w-10 mr-2 " width ="30 " height ="30 " src ="/static/logo.png " />
38
36
< span class ="pr-2 font-normal font-normal leading-none text-3xl text-indigo-900 hidden sm:block ">
39
- PHP< span class ="text-indigo-500 "> Flasher</ span > < sup class ="text-xs relative text-grey-dark "
40
- style ="top: -20px; "> {{ site.data.project.version }}</ sup >
41
- </ span >
37
+ PHP< span class ="text-indigo-500 "> Flasher</ span > < sup class ="text-xs relative text-grey-dark " style ="top: -20px; "> {{ site.data.project.version }}</ sup >
38
+ </ span >
42
39
</ a >
43
40
< div class ="flex-grow "> </ div >
44
41
< a href ="# " id ="menu-toggle "
45
42
class ="block lg:hidden h-8 w-8 border p-1 border-transparent text-gray-200 hover:text-grey menu-closed ">
46
- < svg class ="menu-closed:shown fill-current h-full w-full " xmlns ="http://www.w3.org/2000/svg "
47
- viewBox ="0 0 20 20 ">
43
+ < svg class ="menu-closed:shown fill-current h-full w-full " xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 20 20 ">
48
44
< path d ="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z "/>
49
45
</ svg >
50
- < svg class ="menu-closed:hidden fill-current h-full w-full " xmlns ="http://www.w3.org/2000/svg "
51
- viewBox ="0 0 20 20 ">
46
+ < svg class ="menu-closed:hidden fill-current h-full w-full " xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 20 20 ">
52
47
< path d ="M10 8.586L2.929 1.515 1.515 2.929 8.586 10l-7.071 7.071 1.414 1.414L10 11.414l7.071 7.071 1.414-1.414L11.414 10l7.071-7.071-1.414-1.414L10 8.586z "/>
53
48
</ svg >
54
49
</ a >
@@ -63,8 +58,7 @@ <h2 class="text-sm leading-loose tracking-wide text-indigo-400 uppercase">{{ sec
63
58
< ul class ="list-reset mb-8 ">
64
59
{% for link in section[1] %}
65
60
< li class ="{% if page.url == link[1] %}bg-indigo-500{% endif %} px-6 rounded ">
66
- < a class ="leading-loose text-md w-full {% if page.url == link[1] %}text-white{% else %}text-gray-900{% endif %} "
67
- href ="{{ link[1] }} "> {{ link[0] }}</ a >
61
+ < a class ="leading-loose text-md w-full {% if page.url == link[1] %}text-white{% else %}text-gray-900{% endif %} " href ="{{ link[1] }} "> {{ link[0] }}</ a >
68
62
</ li >
69
63
{% endfor %}
70
64
</ ul >
@@ -94,10 +88,10 @@ <h1 class="mb-1">
94
88
95
89
{% include compact-footer.html %}
96
90
< script src ="/static/menu.js " type ="application/javascript "> </ script >
97
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1 /highlight.min.js "> </ script >
98
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1 /languages/php.min.js "> </ script >
99
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1 /languages/bash.min.js "> </ script >
100
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1 /languages/twig.min.js "> </ script >
91
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0 /highlight.min.js "> </ script >
92
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0 /languages/php.min.js "> </ script >
93
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0 /languages/bash.min.js "> </ script >
94
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0 /languages/twig.min.js "> </ script >
101
95
< script src ="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js "> </ script >
102
96
< script src ="/static/flasher/flasher.js "> </ script >
103
97
< script >
0 commit comments