striped out all algolia stuff
This commit is contained in:
parent
0a0454d82a
commit
2edef1b861
|
@ -17,16 +17,4 @@
|
|||
<meta property="og:article:published_time" content="{{ page.date | date_to_xmlschema }}" />
|
||||
<meta property="og:locale:alternate" content="{% if page.lang == 'it' %}en{% else %}it{% endif %}" />
|
||||
|
||||
<!-- Algolia search -->
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@algolia/algoliasearch-netlify-frontend@0/dist/algoliasearchNetlify.js" crossorigin="anonymous"></script>
|
||||
<script type="text/javascript">
|
||||
algoliasearchNetlify({
|
||||
appId: 'RGL65NK0OK',
|
||||
apiKey: '2496a32ec63dd08b35a329a1e0738524',
|
||||
siteId: 'c5a2f8f0-e22a-4ae4-82e4-bcdea06adf7c',
|
||||
branch: 'main',
|
||||
selector: 'input#search',
|
||||
sitemap: 'https://quitsocialmedia.club/sitemap.xml',
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
|
|
@ -25,19 +25,6 @@ layout: compress
|
|||
}
|
||||
}
|
||||
</script>
|
||||
{% comment %}
|
||||
<input id="search" rel="search" type="search" class="tool" />
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@algolia/algoliasearch-netlify-frontend@1/dist/algoliasearchNetlify.js"></script>
|
||||
<script type="text/javascript">
|
||||
algoliasearchNetlify({
|
||||
appId: 'RGL65NK0OK',
|
||||
apiKey: 'a3a856d5e19b018ae4ccfa9e7152af98',
|
||||
siteId: 'c5a2f8f0-e22a-4ae4-82e4-bcdea06adf7c',
|
||||
branch: 'main',
|
||||
selector: 'input#search',
|
||||
});
|
||||
</script>
|
||||
{% endcomment %}
|
||||
{% include nav.html %}
|
||||
|
||||
{% if page.tags contains 'draft' or page.tags contains 'wip' %}
|
||||
|
|
|
@ -3,5 +3,6 @@ title: "Notes"
|
|||
permalink: /notes
|
||||
redirect_from: ["/note", "/roadmap"]
|
||||
description: "Notes on tasks to complete and the development roadmap"
|
||||
toc: false
|
||||
---
|
||||
[Quit Social Media Notes](https://tommi.space/qsm "Quit Social Media Notes") are in Tommi’s Notes.
|
||||
|
|
Loading…
Reference in New Issue