summaryrefslogtreecommitdiff
path: root/src/content/podcasts/2020/12
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-31 21:51:40 -0300
committerEuAndreh <eu@euandre.org>2025-03-31 21:51:40 -0300
commit570ec471d1605318aeefb030cd78682ae442235b (patch)
tree51e17eabe37c6689f8799b55e6875c3480329a2c /src/content/podcasts/2020/12
parentMakefile, mkdeps.sh: Derive index.html and feed.xml from more static "sortdat... (diff)
downloadeuandre.org-570ec471d1605318aeefb030cd78682ae442235b.tar.gz
euandre.org-570ec471d1605318aeefb030cd78682ae442235b.tar.xz
src/content/: Update all files left to asciidoc
Diffstat (limited to 'src/content/podcasts/2020/12')
-rw-r--r--src/content/podcasts/2020/12/19/test-entry.adoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/content/podcasts/2020/12/19/test-entry.adoc b/src/content/podcasts/2020/12/19/test-entry.adoc
index 3ec8811..3302421 100644
--- a/src/content/podcasts/2020/12/19/test-entry.adoc
+++ b/src/content/podcasts/2020/12/19/test-entry.adoc
@@ -2,18 +2,16 @@
audio: true
-
After.
-A link to [home][home].
+A link to https://euandre.org[home].
Another link to home: https://euandre.org
-[home]: https://euandre.org
-
A code block:
-```shell
+[source,shell]
+----
$ l
total 372K
drwxr-xr-x 23 andreh users 4,0K déc. 19 10:44 ./
@@ -100,4 +98,4 @@ drwxr-xr-x 2 andreh users 4,0K déc. 19 09:04 static/
-rw-r--r-- 1 andreh users 265 nov. 15 20:01 til.md
drwxr-xr-x 2 andreh users 4,0K déc. 16 04:03 _tils/
drwxr-xr-x 3 andreh users 4,0K oct. 10 09:20 vendor/
-```
+----