diff options
author | EuAndreh <eu@euandre.org> | 2023-04-05 18:56:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-05 18:56:46 -0300 |
commit | 77364b4a367463b8820028b721e72c2ec4b85777 (patch) | |
tree | 1594762849621caf975c70f13e70b73c41aeaca7 | |
parent | v2: dynamic.mk: Conditionally copy snippets, only when they exist (diff) | |
download | euandre.org-77364b4a367463b8820028b721e72c2ec4b85777.tar.gz euandre.org-77364b4a367463b8820028b721e72c2ec4b85777.tar.xz |
v2: src/content/en/about.md: Remove spurious code block
Diffstat (limited to '')
-rw-r--r-- | v2/po/euandre.org.pot | 9 | ||||
-rw-r--r-- | v2/po/pt.po | 7 | ||||
-rw-r--r-- | v2/src/content/en/about.md | 4 | ||||
-rw-r--r-- | v2/src/content/pt/sobre.md | 2 |
4 files changed, 3 insertions, 19 deletions
diff --git a/v2/po/euandre.org.pot b/v2/po/euandre.org.pot index cd5c76e..fcaba04 100644 --- a/v2/po/euandre.org.pot +++ b/v2/po/euandre.org.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2023-04-05 15:41-0300\n" +"POT-Creation-Date: 2023-04-05 18:22-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -78,16 +78,11 @@ msgid "title: About" msgstr "" #. type: Plain text -#: src/content/en/about.md:8 +#: src/content/en/about.md:7 msgid "It's all about me, baby!" msgstr "" #. type: Plain text -#: src/content/en/about.md:11 -msgid "``` xablau ```" -msgstr "" - -#. type: Plain text #: src/content/en/pastebins/sicp-exercise-3-19.md:4 msgid "title: SICP exercise 3.19" msgstr "" diff --git a/v2/po/pt.po b/v2/po/pt.po index 3aceac9..dd60fea 100644 --- a/v2/po/pt.po +++ b/v2/po/pt.po @@ -59,16 +59,11 @@ msgid "title: About" msgstr "" #. type: Plain text -#: src/content/en/about.md:8 +#: src/content/en/about.md:7 msgid "It's all about me, baby!" msgstr "" #. type: Plain text -#: src/content/en/about.md:11 -msgid "``` xablau ```" -msgstr "" - -#. type: Plain text #: src/content/en/pastebins/sicp-exercise-3-19.md:4 msgid "title: SICP exercise 3.19" msgstr "" diff --git a/v2/src/content/en/about.md b/v2/src/content/en/about.md index 1e39407..aac3e67 100644 --- a/v2/src/content/en/about.md +++ b/v2/src/content/en/about.md @@ -5,7 +5,3 @@ title: About --- It's all about me, baby! - -``` -xablau -``` diff --git a/v2/src/content/pt/sobre.md b/v2/src/content/pt/sobre.md index 97eecf8..aac3e67 100644 --- a/v2/src/content/pt/sobre.md +++ b/v2/src/content/pt/sobre.md @@ -5,5 +5,3 @@ title: About --- It's all about me, baby! - -``` xablau ``` |