Skip to content

Commit dccd581

Browse files
committed
fix smooth
1 parent c864473 commit dccd581

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ package gena
33
import (
44
"embed"
55
"fmt"
6-
"html/template"
76
"log"
87
"net"
98
"net/url"
109
"os"
1110
"strings"
11+
"text/template"
1212
)
1313

1414
// Generator is interface of template generator

templates/webstack.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
</a>
6767
</div>
6868
<div class="mobile-menu-toggle visible-xs">
69-
<a href="#" data-toggle="user-info-menu">
70-
<i class="linecons-cog"></i>
71-
</a>
7269
<a href="#" data-toggle="mobile-menu">
7370
<i class="fa-bars"></i>
7471
</a>

0 commit comments

Comments
 (0)