1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-10 22:41:25 +02:00

issue #29 fixed hot reload of html templates

services had env vars resolving to directories not being watched by
fresh
This commit is contained in:
Lee Brown
2020-01-18 13:21:35 -09:00
parent def18c3150
commit daccf4074a
5 changed files with 34 additions and 24 deletions

View File

@@ -4,7 +4,6 @@
{{end}}
{{ define "content" }}
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>