From d470c2939a5cf04a050114620a8f6ca114d18a68 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 24 Apr 2023 14:56:21 +0200 Subject: [PATCH] add the custom img resize from liv.mylloon.fr --- templates/blog/footer.html | 2 +- templates/libs/custom_img_size.html | 35 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 templates/libs/custom_img_size.html diff --git a/templates/blog/footer.html b/templates/blog/footer.html index 1b087cd..72e44fb 100644 --- a/templates/blog/footer.html +++ b/templates/blog/footer.html @@ -6,4 +6,4 @@ {{#mermaid}}{{>libs/mermaid_footer.html}}{{/mermaid}} {{#math}}{{>libs/katex_footer.html}}{{/math}} {{#syntax_highlight}}{{>libs/hljs_footer.html}}{{/syntax_highlight}} -{{/metadata}} {{/post}} {{/data}} +{{/metadata}} {{/post}} {{/data}} {{>libs/custom_img_size.html}} diff --git a/templates/libs/custom_img_size.html b/templates/libs/custom_img_size.html new file mode 100644 index 0000000..01f19f8 --- /dev/null +++ b/templates/libs/custom_img_size.html @@ -0,0 +1,35 @@ +