增加了友情链接功能

This commit is contained in:
JohnathanLin
2023-05-03 16:10:57 +08:00
parent af9a7f7172
commit 5d1858d90f
3 changed files with 75 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
{{- partial "head.html" . }}
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
</head>
<body class="
@ -18,6 +19,8 @@
{{- block "main" . }}{{ end }}
</main>
{{ partialCached "footer.html" . .Layout .Kind (.Param "hideFooter") (.Param "ShowCodeCopyButtons") -}}
</body>
</html>