summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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ó].