From c1b8b57269d459cec7c1beccf99b4a264367f8ba Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 2 Jan 2018 11:40:28 +0100 Subject: [PATCH] Added CDN powered images Signed-off-by: Jim Martens --- _data/cdn.yml | 2 ++ _includes/image.html | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 _data/cdn.yml create mode 100644 _includes/image.html diff --git a/_data/cdn.yml b/_data/cdn.yml new file mode 100644 index 0000000..3518a8b --- /dev/null +++ b/_data/cdn.yml @@ -0,0 +1,2 @@ +use: false +url: https://cdn.2martens.de \ No newline at end of file diff --git a/_includes/image.html b/_includes/image.html new file mode 100644 index 0000000..f370ad9 --- /dev/null +++ b/_includes/image.html @@ -0,0 +1,3 @@ +{{ include.alt }} \ No newline at end of file