diff options
author | EuAndreh <eu@euandre.org> | 2023-04-05 16:14:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-05 16:14:00 -0300 |
commit | 24e24b49fb6375189cfa527a113eb965087a293a (patch) | |
tree | fc75f8267a22f6473432ee6b07c4013561c303dc /v2/src/content/en | |
parent | v2: Recove h[2-6] anchor link and icon (diff) | |
download | euandre.org-24e24b49fb6375189cfa527a113eb965087a293a.tar.gz euandre.org-24e24b49fb6375189cfa527a113eb965087a293a.tar.xz |
v2: Support Atom feeds and collection translations
Diffstat (limited to '')
-rw-r--r-- | v2/src/content/en/about.md (renamed from v2/src/content/about.md) | 6 | ||||
-rw-r--r-- | v2/src/content/en/pastebins/raku-tuple-type-annotation.md (renamed from v2/src/content/pastebins/raku-tuple-type-annotation.md) | 6 | ||||
-rw-r--r-- | v2/src/content/en/pastebins/sicp-exercise-3-19.md (renamed from v2/src/content/pastebins/sicp-exercise-3-19.md) | 6 | ||||
-rw-r--r-- | v2/src/content/en/tils/lisp-three-way-conditional.md (renamed from v2/src/content/tils/lisp-three-way-conditional.md) | 6 |
4 files changed, 0 insertions, 24 deletions
diff --git a/v2/src/content/about.md b/v2/src/content/en/about.md index b10f26b..1e39407 100644 --- a/v2/src/content/about.md +++ b/v2/src/content/en/about.md @@ -2,12 +2,6 @@ title: About -layout: page - -lang: en - -ref: aboud - --- It's all about me, baby! diff --git a/v2/src/content/pastebins/raku-tuple-type-annotation.md b/v2/src/content/en/pastebins/raku-tuple-type-annotation.md index 3d5ff34..5877470 100644 --- a/v2/src/content/pastebins/raku-tuple-type-annotation.md +++ b/v2/src/content/en/pastebins/raku-tuple-type-annotation.md @@ -4,12 +4,6 @@ title: Raku tuple type annotation date: 2019-12-29 -layout: post - -lang: en - -ref: raku-tuple-type-annotation - --- ```perl diff --git a/v2/src/content/pastebins/sicp-exercise-3-19.md b/v2/src/content/en/pastebins/sicp-exercise-3-19.md index 8834889..3188dce 100644 --- a/v2/src/content/pastebins/sicp-exercise-3-19.md +++ b/v2/src/content/en/pastebins/sicp-exercise-3-19.md @@ -4,12 +4,6 @@ title: SICP exercise 3.19 date: 2021-09-02 -layout: post - -lang: en - -id: sicp-exercise-3-19 - --- Some content here, before: diff --git a/v2/src/content/tils/lisp-three-way-conditional.md b/v2/src/content/en/tils/lisp-three-way-conditional.md index 81920c4..cd7a034 100644 --- a/v2/src/content/tils/lisp-three-way-conditional.md +++ b/v2/src/content/en/tils/lisp-three-way-conditional.md @@ -6,12 +6,6 @@ date: 2021-04-24 3 update: 2021-08-14 -layout: post - -lang: en - -ref: three-way-conditional-for-number-signs-on-lisp - --- A useful macro from Paul Graham's [On Lisp][on-lisp] book: |