diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-22 23:27:00 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-22 23:27:00 +0200 |
| commit | 45c89b984d3f2b3bf97c8c5ee52e62aa6a4af6dc (patch) | |
| tree | 098417a178a0fe4e054722a84e696d4574c98b16 /template/index.html | |
| parent | 773829d1848f1f18ef587ed5608dd72483c9be53 (diff) | |
| download | mitjafelicijan.com-45c89b984d3f2b3bf97c8c5ee52e62aa6a4af6dc.tar.gz | |
Added front end search
Diffstat (limited to 'template/index.html')
| -rwxr-xr-x | template/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/index.html b/template/index.html index 8c1cc6e..cb334e1 100755 --- a/template/index.html +++ b/template/index.html | |||
| @@ -55,6 +55,10 @@ | |||
| 55 | 55 | ||
| 56 | {{template "_footer.html"}} | 56 | {{template "_footer.html"}} |
| 57 | 57 | ||
| 58 | {{template "_includes.html"}} | ||
| 59 | |||
| 60 | {{template "_search.html"}} | ||
| 61 | |||
| 58 | </body> | 62 | </body> |
| 59 | 63 | ||
| 60 | </html> | 64 | </html> |
