From 870e9fabcfa0057f1e84e78c0076bac9a09c279e Mon Sep 17 00:00:00 2001 From: Sasserisop Date: Mon, 2 Oct 2023 22:47:04 -0600 Subject: [PATCH] add discord link --- content/_index.md | 4 +--- static/discord-logo.svg | 1 + themes/zettels/layouts/index.html | 5 +++-- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 static/discord-logo.svg diff --git a/content/_index.md b/content/_index.md index 95d0e72..8c670a9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -13,6 +13,4 @@ I have written these notes for myself, I thought it would be cool to share them. [Free vibrations (lec 11)](free-vibrations-lec-11.html) (raw notes, not reviewed or revised yet.)
[How to solve any DE, a flow chart](Solve-any-DE.png) -
-I'd like to add a search by tag feature. I'm also thinking of hosting the source code for all this on a git server. That way, people can contribute and fix my notes for me :P -It would also allow people to contribute or host their own notes, which would be pretty cool. (Side note: I am against sharing instructor materials without their approved consent.) \ No newline at end of file +
\ No newline at end of file diff --git a/static/discord-logo.svg b/static/discord-logo.svg new file mode 100644 index 0000000..ca65400 --- /dev/null +++ b/static/discord-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/zettels/layouts/index.html b/themes/zettels/layouts/index.html index acb3355..f48199f 100644 --- a/themes/zettels/layouts/index.html +++ b/themes/zettels/layouts/index.html @@ -1,6 +1,7 @@ {{ define "main" }}

Back to Sasserisop homepage

{{ partial "content.html" . }} -

Check out the source in this Gitea repository

- +

❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦ ❦


+

Gitea repository


+

Community discord

{{ end }}