mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 05:38:33 +02:00
Update: contact page added, about page removed
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<div class="breadcrumbs">
|
||||
You are here:
|
||||
<a href="{{ "/" | relURL }}">Home</a> /
|
||||
<a href="{{ "/categories/" | relURL }}">Categories</a> /
|
||||
<span>{{ .Title }}</span>
|
||||
</div>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
<div style="margin-bottom: 2rem;"></div>
|
||||
|
||||
<section class="posts-list">
|
||||
{{ range .Pages.ByDate.Reverse }}
|
||||
{{ partial "main/dates.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user