File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 />
2828 < meta
2929 property ="og:image "
30- content ="https://devtoolkit.mingrammer.com/og-image.svg "
30+ content ="https://devtoolkit.mingrammer.com/og-image.png "
3131 />
3232 < meta property ="og:site_name " content ="DevToolKit " />
3333
7777 < script type ="text/javascript ">
7878 // Single Page Apps for GitHub Pages
7979 // Redirect from query string back to route
80- ( function ( l ) {
81- if ( l . search [ 1 ] === '/' ) {
82- var decoded = l . search . slice ( 1 ) . split ( '&' ) . map ( function ( s ) {
83- return s . replace ( / ~ a n d ~ / g, '&' )
84- } ) . join ( '?' ) ;
85- window . history . replaceState ( null , null ,
86- l . pathname . slice ( 0 , - 1 ) + decoded + l . hash
80+ ( function ( l ) {
81+ if ( l . search [ 1 ] === "/" ) {
82+ var decoded = l . search
83+ . slice ( 1 )
84+ . split ( "&" )
85+ . map ( function ( s ) {
86+ return s . replace ( / ~ a n d ~ / g, "&" ) ;
87+ } )
88+ . join ( "?" ) ;
89+ window . history . replaceState (
90+ null ,
91+ null ,
92+ l . pathname . slice ( 0 , - 1 ) + decoded + l . hash
8793 ) ;
8894 }
89- } ( window . location ) )
95+ } ) ( window . location ) ;
9096 </ script >
9197
9298 <!-- Structured Data -->
You can’t perform that action at this time.
0 commit comments