mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
chore: remove unused template
This commit is contained in:
parent
d802745b0a
commit
d4647edfd2
2 changed files with 0 additions and 13 deletions
|
@ -10,7 +10,6 @@ import (
|
||||||
func Index(w http.ResponseWriter, r *http.Request) {
|
func Index(w http.ResponseWriter, r *http.Request) {
|
||||||
ts, err := template.ParseFS(internal.Templates,
|
ts, err := template.ParseFS(internal.Templates,
|
||||||
"ui/components/base.tmpl",
|
"ui/components/base.tmpl",
|
||||||
"ui/components/icon.tmpl",
|
|
||||||
"ui/pages/index.tmpl",
|
"ui/pages/index.tmpl",
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{{ define "icon" }}
|
|
||||||
<svg
|
|
||||||
fill="none"
|
|
||||||
stroke="currentColor"
|
|
||||||
stroke-width="2"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
class="feather"
|
|
||||||
>
|
|
||||||
<use href="/static/icons/feather-sprite.svg#{{.}}" />
|
|
||||||
</svg>
|
|
||||||
{{ end }}
|
|
Loading…
Reference in a new issue