This commit is contained in:
2023-03-09 14:05:19 +08:00
parent b33bbad5f3
commit d145c2fd64
11 changed files with 200 additions and 69 deletions
+3 -2
View File
@@ -5,13 +5,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="shortcut icon" href="/favicon.ico"/> -->
<title>title</title>
<title>Home</title>
<!-- <link rel="stylesheet" href="/css/style.css"> -->
<body>
<div>总数: {{ .total }}</div>
<ul>
{{range .list}}
<li>
<a href=" /article/{{.}}"> {{.}}</a>
<a href=" /article/{{.Id }}"> {{.Conf.Title}}</a>
</li>
{{end}}
</ul>