summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-11 12:12:14 +0200
committerache <ache@ache.one>2023-08-11 12:12:14 +0200
commit7134a08dd4d7f83b878a14641c9cf3528e13a44f (patch)
tree27c000b19dd4ea4fbc771d8c2574717122b65199 /src
parentCSS article task list (diff)
Pubish image format study
Diffstat (limited to 'src')
-rw-r--r--src/build/i18n.mjs2
-rw-r--r--src/img/ic_note_black_48px.svg4
2 files changed, 6 insertions, 0 deletions
diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs
index b8d01f0..dfc7c59 100644
--- a/src/build/i18n.mjs
+++ b/src/build/i18n.mjs
@@ -13,6 +13,7 @@ const i18n = {
'mastodon': 'Mon mastodon',
},
articles: [
+ 'formats-images-web.md',
'bizarreries-du-langage-c.md',
'retour-sur-laoc-2021-semaine-1.md',
'2FA-discord-sur-pc.md',
@@ -41,6 +42,7 @@ const i18n = {
'mastodon': 'Mastodon account',
},
articles: [
+ 'web-image-formats.md',
'c-language-quirks.md',
],
rss: {
diff --git a/src/img/ic_note_black_48px.svg b/src/img/ic_note_black_48px.svg
new file mode 100644
index 0000000..a96b381
--- /dev/null
+++ b/src/img/ic_note_black_48px.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="48">
+ <path d="M5 2h16v20H3V2h2zm14 18V4H5v16h14zM7 6h10v2H7V6zm10 4H7v2h10v-2zM7 14h7v2H7v-2z" fill="currentColor"/>
+</svg>