summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/code_test.md4
-rw-r--r--content/posts/some_cool_stuff.md4
2 files changed, 1 insertions, 7 deletions
diff --git a/content/posts/code_test.md b/content/posts/code_test.md
index 6c7a203..ed248f9 100644
--- a/content/posts/code_test.md
+++ b/content/posts/code_test.md
@@ -13,7 +13,7 @@ toc = false
[extra.earlier]
title = "Typography"
-permalink = "https://alphara.art/posts/typography"
+permalink = "https://alphara.art/posts/typography/"
[extra.later]
title = "Henlo Internet!"
@@ -34,8 +34,6 @@ const sum = (n: number) => n * (n + 1) / 2
```
```python
-### multi-threading
-
import os ; n_cores = os.cpu_count() // 2 ;
from concurrent.futures import ThreadPoolExecutor
diff --git a/content/posts/some_cool_stuff.md b/content/posts/some_cool_stuff.md
index e8d24a4..58ed51e 100644
--- a/content/posts/some_cool_stuff.md
+++ b/content/posts/some_cool_stuff.md
@@ -31,10 +31,6 @@ Nice! Now let's test shortcodes with a youtube iframe embed video:
---
-{{ youtube(id="dCKeXuVHl1o", autoplay=true) }}
-
----
-
{{ youtube(id="9h2Z0I2jxRU", autoplay=true) }}
Cool! All these features should be plenty enough for now. I will add some others as we go.