mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
window.TEXT_SEARCH_DATA={
|
||||
{%- for _collection in site.collections -%}
|
||||
{%- unless forloop.first -%},{%- endunless -%}
|
||||
'{{ _collection.label }}':[
|
||||
{%- for _article in _collection.docs -%}
|
||||
{%- unless forloop.first -%},{%- endunless -%}
|
||||
{'title':{{ _article.title | jsonify }},
|
||||
{%- include snippets/prepend-baseurl.html path=_article.url -%}
|
||||
{%- assign _url = __return -%}
|
||||
'url':{{ _url | jsonify }}}
|
||||
{%- endfor -%}
|
||||
]
|
||||
{%- endfor -%}
|
||||
};
|
||||
Reference in New Issue
Block a user