html模板完结
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{{/* 定义导航栏模板,包含网站导航链接 */}}
|
||||
{{ define "layout/navbar" }}
|
||||
|
||||
<link rel="stylesheet" href="/static/navbar.css">
|
||||
{{/*<link rel="stylesheet" href="/static/navbar.css">*/}}
|
||||
<nav class="navbar">
|
||||
{{/* 网站Logo区域 */}}
|
||||
<div class="logo">🔥 MyGinSite</div>
|
||||
|
||||
|
||||
{{/* 导航链接列表 */}}
|
||||
<ul class="nav-links">
|
||||
<li><a href="/">首页</a></li>
|
||||
|
||||
Reference in New Issue
Block a user