forked from c3re/c3re-website
Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
Dirk Heilig | 1a23ce7cfd | |
Dirk Heilig | 67f02951bc | |
Dirk Heilig | 702de000c3 | |
Dirk Heilig | f3e5fc583f |
|
@ -9,9 +9,7 @@ style = "green"
|
|||
|
||||
[params]
|
||||
mainSections = ["."]
|
||||
[[menus.main]]
|
||||
name = "Termine"
|
||||
url = "https://cloud.c3re.de/apps/calendar/p/RLKKkdjNYgXH8yEz/dayGridMonth/now"
|
||||
|
||||
[[menus.main]]
|
||||
name = "Philosophie"
|
||||
url = "/unsere-philosophie"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
Before Width: | Height: | Size: 608 B |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
|
@ -17,9 +17,10 @@
|
|||
{{ partial "side-categories.html" . }}
|
||||
{{ partial "side-tags.html" . }}
|
||||
*/}}
|
||||
{{ partial "side-calendar.html" . }}
|
||||
{{ partial "side-door-status.html" . }}
|
||||
{{ partial "side-contact.html" . }}
|
||||
{{ partial "side-calendar.html" . }}
|
||||
|
||||
</div>
|
||||
</main>
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
|
@ -4,9 +4,7 @@
|
|||
<meta name="gitdate" content="{{ .Page.GitInfo.CommitDate }}">
|
||||
<meta name="gitmsg" content="{{ .Page.GitInfo.Subject }}">
|
||||
<meta name="buildtime" content="{{ time.Now }}">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ "img/apple-touch-icon.png" | relURL }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "img/favicon-32x32.png" | relURL }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "img/favicon-16x16.png" | relURL }}">
|
||||
<link rel="icon" type="image/png" href="{{ "img/fav.png" | relURL }}">
|
||||
{{ $title := .Site.Title -}}
|
||||
{{ if .Params.Title -}}
|
||||
{{ $title = printf "%s | %s" .Params.Title $title -}}
|
||||
|
|
Loading…
Reference in New Issue