mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
docs: update README to refer to liquidjs.com
This commit is contained in:
+2
-4
@@ -5,14 +5,12 @@
|
||||
|
||||
{{ js('js/main') }}
|
||||
|
||||
{% if config.algolia[page.lang] %}
|
||||
<script src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
|
||||
<script>
|
||||
document.getElementById('search-input-wrap').classList.add('on');
|
||||
docsearch({
|
||||
apiKey: '{{ config.algolia[page.lang].api_key }}',
|
||||
indexName: '{{ config.algolia[page.lang].index_name }}',
|
||||
apiKey: '{{ config.algolia.apiKey }}',
|
||||
indexName: '{{ config.algolia.indexName }}',
|
||||
inputSelector: '#search-input'
|
||||
});
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user