We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c864473 commit dccd581Copy full SHA for dccd581
generator.go
@@ -3,12 +3,12 @@ package gena
3
import (
4
"embed"
5
"fmt"
6
- "html/template"
7
"log"
8
"net"
9
"net/url"
10
"os"
11
"strings"
+ "text/template"
12
)
13
14
// Generator is interface of template generator
templates/webstack.tmpl
@@ -66,9 +66,6 @@
66
</a>
67
</div>
68
<div class="mobile-menu-toggle visible-xs">
69
- <a href="#" data-toggle="user-info-menu">
70
- <i class="linecons-cog"></i>
71
- </a>
72
<a href="#" data-toggle="mobile-menu">
73
<i class="fa-bars"></i>
74
0 commit comments