diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-14 17:25:43 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-14 17:25:43 +0200 |
| commit | decde989ff7614dc109af1fb42559ff4814ffc7c (patch) | |
| tree | c048abd48246a239b007ccdb589cff609e151a25 /template/_includes.html | |
| parent | 5bcf488adc75256e53b59fa42cdd0407020bff8d (diff) | |
| download | mitjafelicijan.com-decde989ff7614dc109af1fb42559ff4814ffc7c.tar.gz | |
Removed search from the blog
Diffstat (limited to 'template/_includes.html')
| -rwxr-xr-x | template/_includes.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/_includes.html b/template/_includes.html index 120f8f2..6615ff2 100755 --- a/template/_includes.html +++ b/template/_includes.html | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | <!-- user code --> | 1 | <!-- user code --> |
| 2 | 2 | ||
| 3 | <script src="/assets/general/elasticlunr.min.js"></script> | ||
| 4 | <script src="/script.js?v=2022-07-22-02" async></script> | 3 | <script src="/script.js?v=2022-07-22-02" async></script> |
| 5 | 4 | ||
| 6 | <!-- Fathom - beautiful, simple website analytics --> | 5 | <!-- Fathom - beautiful, simple website analytics --> |
| 7 | <script src="https://cdn.usefathom.com/script.js" data-site="XHQARKXP" defer></script> | 6 | <script src="https://cdn.usefathom.com/script.js" data-site="XHQARKXP" defer></script> |
| 8 | <!-- / Fathom --> | 7 | <!-- / Fathom --> \ No newline at end of file |
