mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-15 21:28:32 +02:00
Update: contact page added, about page removed
This commit is contained in:
@@ -14,8 +14,8 @@ $foreground-color-light: #3c3836 !default;
|
||||
$foreground-color3-light: #665c54 !default;
|
||||
$accent-color-light: #af3a03 !default; // orange
|
||||
|
||||
$background-color-dark: #282828 !default;
|
||||
$background-color1-dark: #3c3836 !default;
|
||||
$foreground-color-dark: #ebdbb2 !default;
|
||||
$foreground-color3-dark: #bdae93 !default;
|
||||
$accent-color-dark: #b0b0b0 !default;
|
||||
$background-color-dark: #171414 !default;
|
||||
$background-color1-dark: #fff !default;
|
||||
$foreground-color-dark: #e3e1db !default;
|
||||
$foreground-color3-dark: #ccc3b3 !default;
|
||||
$accent-color-dark: #fff !default;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Create deterministic summary output for styling.
|
||||
See https://github.com/gohugoio/hugo/issues/8910
|
||||
*/ -}}
|
||||
<p class="summary">{{ . | plainify | htmlUnescape | chomp }}</p>
|
||||
<p class="summary">{{ . | plainify | htmlUnescape | chomp | truncate 150 }}</p>
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
<nav class="paginator">
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{ define "main" }} <div class="breadcrumbs"> You are here: <a href="{{ "/" | relURL }}">Home</a> / <span>{{ .Title }}</span> </div> <section class="term-list"> {{ range .Data.Terms.Alphabetical }} <h2 class="term-list__item"> <a class="term-list__link" href="{{ .Page.RelPermalink }}"> {{ .Page.Title }} <sup>{{ .Count }}</sup> </a> </h2> {{ end }} </section> {{ end }}
|
||||
{{ define "main" }} <h1>Categories</h1> <section class="term-list"> {{ range .Data.Terms.Alphabetical }} <h2 class="term-list__item"> <a class="term-list__link" href="{{ .Page.RelPermalink }}"> {{ .Page.Title }} <sup>{{ .Count }}</sup> </a> </h2> {{ end }} </section> {{ end }}
|
||||
|
||||
Reference in New Issue
Block a user