11< head >
22 <!-- NOTE: This must be the first script on the page to get the widget working -->
33 < script >
4- ! function ( e , n , i , t , r , a , g ) {
4+ ! function ( e , n , i , t , r , a , g ) {
55 e . RingblazeObject = "ringblaze" ;
6- var c = function ( ) {
6+ var c = function ( ) {
77 ( e . ringblaze . q = e . ringblaze . q || [ ] ) . push ( arguments )
88 } ;
99 e . ringblaze = e . ringblaze || c , e . ringblaze . widget = e . ringblaze . widget || {
10- init : function ( e ) {
10+ init : function ( e ) {
1111 c ( "init" , e )
1212 }
1313 } , e . ringblaze . l = 1 * new Date , a = n . createElement ( "script" ) , g = n . getElementsByTagName ( "script" ) [ 0 ] , a . async = 1 , a . src = "https://cdn.ringblaze.com/widget.js" , g . parentNode . insertBefore ( a , g )
1414 } ( window , document ) ;
15-
15+
1616 ringblaze . widget . init ( {
1717 GroupId : 'f388c518-f8a9-40fe-973f-e364bdb616d8'
1818 } ) ;
1919 </ script >
20-
20+
2121 < meta name ="ahrefs-site-verification " content ="98a1eabcb98fc5531d2ebe80aaf198f1a6317648849b9478e0900af17551b6a7 ">
2222 < meta charset ="utf-8 ">
2323 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
2424 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
25+ <!-- unocss (tailwind 3 preset)w -->
26+ < script src ="https://cdn.jsdelivr.net/npm/@unocss/runtime "> </ script >
27+ < style >
28+ [un-cloak ] {
29+ display : none;
30+ }
31+ </ style >
32+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
33+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
34+ < link href ="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap " rel ="stylesheet ">
35+ <!-- alpinejs -->
36+ < script defer src ="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js "> </ script >
2537 {%- seo -%}
26- < link rel ="stylesheet " href ="{{ " /assets/css/style.css" | relative_url }} ">
27- < link rel ="stylesheet " href ="{{ " /assets/css/main.css" | relative_url }} ">
38+ < link rel ="stylesheet " href ="/assets/css/style.css ">
39+ < link rel ="stylesheet " href ="/assets/css/main.css ">
2840 {%- feed_meta -%}
2941 {%- if jekyll.environment == 'production' and site.google_analytics -%}
30- {%- include google-analytics.html -%}
42+ {%- include google-analytics.html -%}
3143 {%- endif -%}
32-
33- {%- include custom-head.html -%}
34-
35- </ head >
44+ </ head >
0 commit comments