this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove Netlify CMS scripts

BK610 14596af4 82789f5d

+62 -16
+62 -16
public/admin/index.html
··· 1 - <!doctype html> 1 + <!DOCTYPE html> 2 2 <html> 3 - <head> 4 - <meta charset="utf-8" /> 5 - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 - <title>Content Manager</title> 7 - <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script> 8 - <script> 9 - !function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.crossOrigin="anonymous",p.async=!0,p.src=s.api_host.replace(".i.posthog.com","-assets.i.posthog.com")+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="init capture register register_once register_for_session unregister unregister_for_session getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey getNextSurveyStep identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetPersonPropertiesForFlags setGroupPropertiesForFlags resetGroupPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty createPersonProfile opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing clear_opt_in_out_capturing debug".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]); 10 - posthog.init('phc_7Ixkb9Dkz54NOcOoNcS2qfpRqUrV4Of2bcLFaO99nLR',{api_host:'https://us.i.posthog.com', person_profiles: 'identified_only' // or 'always' to create profiles for anonymous users as well 11 - }) 12 - </script> 13 - </head> 14 - <body> 15 - <!-- Include the script that builds the page and powers Netlify CMS --> 16 - <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script> 17 - </body> 3 + <head> 4 + <meta charset="utf-8" /> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 + <title>Content Manager</title> 7 + <script> 8 + !(function (t, e) { 9 + var o, n, p, r; 10 + e.__SV || 11 + ((window.posthog = e), 12 + (e._i = []), 13 + (e.init = function (i, s, a) { 14 + function g(t, e) { 15 + var o = e.split("."); 16 + 2 == o.length && ((t = t[o[0]]), (e = o[1])), 17 + (t[e] = function () { 18 + t.push([e].concat(Array.prototype.slice.call(arguments, 0))); 19 + }); 20 + } 21 + ((p = t.createElement("script")).type = "text/javascript"), 22 + (p.crossOrigin = "anonymous"), 23 + (p.async = !0), 24 + (p.src = 25 + s.api_host.replace(".i.posthog.com", "-assets.i.posthog.com") + 26 + "/static/array.js"), 27 + (r = t.getElementsByTagName("script")[0]).parentNode.insertBefore( 28 + p, 29 + r 30 + ); 31 + var u = e; 32 + for ( 33 + void 0 !== a ? (u = e[a] = []) : (a = "posthog"), 34 + u.people = u.people || [], 35 + u.toString = function (t) { 36 + var e = "posthog"; 37 + return ( 38 + "posthog" !== a && (e += "." + a), t || (e += " (stub)"), e 39 + ); 40 + }, 41 + u.people.toString = function () { 42 + return u.toString(1) + ".people (stub)"; 43 + }, 44 + o = 45 + "init capture register register_once register_for_session unregister unregister_for_session getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSessionId getSurveys getActiveMatchingSurveys renderSurvey canRenderSurvey getNextSurveyStep identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetPersonPropertiesForFlags setGroupPropertiesForFlags resetGroupPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty createPersonProfile opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing clear_opt_in_out_capturing debug".split( 46 + " " 47 + ), 48 + n = 0; 49 + n < o.length; 50 + n++ 51 + ) 52 + g(u, o[n]); 53 + e._i.push([i, s, a]); 54 + }), 55 + (e.__SV = 1)); 56 + })(document, window.posthog || []); 57 + posthog.init("phc_7Ixkb9Dkz54NOcOoNcS2qfpRqUrV4Of2bcLFaO99nLR", { 58 + api_host: "https://us.i.posthog.com", 59 + person_profiles: "identified_only", // or 'always' to create profiles for anonymous users as well 60 + }); 61 + </script> 62 + </head> 63 + <body></body> 18 64 </html>