aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
blob: 571008957568bf57ca5d05b8e9109738d4962e4c (plain) (blame)
1
2
3
4
5
<h1 class="title">{{ site.Title }}</h1>
<p class="subtitle">yingyu5658的数字花园</p>
<script>
</script>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}