Update: contact page added, about page removed

This commit is contained in:
hyzen
2026-02-28 22:48:43 +05:30
parent ed28ebb86d
commit 2d284e5394
57 changed files with 153 additions and 856 deletions

View File

@@ -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" . }}