summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-17 16:31:44 -0300
committerEuAndreh <eu@euandre.org>2025-04-17 16:31:44 -0300
commite7bea2a9cc24cbd654d8afa5d95a932b36889e06 (patch)
tree9184c6a909397bbb18b61877ec2a166a160f1cd4
parentsrc/content/style.css: Fix selector of collection listing (diff)
downloadeuandre.org-main.tar.gz
euandre.org-main.tar.xz
src/content/tils/index.adoc: Recover introduction of TIL page listingHEADmain
Diffstat (limited to '')
-rw-r--r--Makefile2
-rw-r--r--src/content/tils/index.adoc8
2 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2c5f2bf..2fc2024 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ src/global.conf: src/base.conf
mkwb conf -G src/base.conf > $@
$(listings.html):
- cat $*.htmlheader $*.htmllisting $*.htmlbody $*.htmlfooter > $@
+ cat $*.htmlheader $*.htmlbody $*.htmllisting $*.htmlfooter > $@
$(indexes.htmllisting):
mkwb indexbody $*.conf > $@
diff --git a/src/content/tils/index.adoc b/src/content/tils/index.adoc
index 4ae3b92..7e85335 100644
--- a/src/content/tils/index.adoc
+++ b/src/content/tils/index.adoc
@@ -1 +1,7 @@
-= TIL
+= Today I Learned
+
+:anna-e-so: https://til.flourishing.stream/
+
+**T**oday **I** **L**earned: small entries of useful knowledge.
+
+Shameless rip-off of {anna-e-so}[Anna e só].