space
This commit is contained in:
parent
563b29def7
commit
7da442fad5
2
diji.go
2
diji.go
|
|
@ -204,7 +204,7 @@ func main() {
|
||||||
</body>
|
</body>
|
||||||
</html>`
|
</html>`
|
||||||
var samplecontent string = `<h1>` + projname + `</h1>
|
var samplecontent string = `<h1>` + projname + `</h1>
|
||||||
<h3>Generated with diji` + ver + `</h3>
|
<h3>Generated with diji ` + ver + `</h3>
|
||||||
<p>Website content</p>`
|
<p>Website content</p>`
|
||||||
if createsample == true {
|
if createsample == true {
|
||||||
indexcontent2 = `</head>
|
indexcontent2 = `</head>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue