From fd572e8bb8d19d7c3a5c6b56c4ea44446e5efd80 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 19 Dec 2020 08:55:35 -0300 Subject: Move images/ -> static/ --- _config.yml | 2 +- _includes/categories.html | 2 +- _includes/link-listing.html | 2 +- _layouts/default.html | 4 ++-- _plugins/add-anchor-to-header-from-header-id.rb | 2 +- _plugins/graphviz-block.rb | 2 +- images/atom.svg | 5 ----- images/envelope.svg | 4 ---- images/link.svg | 5 ----- images/lock.svg | 4 ---- static/atom.svg | 5 +++++ static/envelope.svg | 4 ++++ static/link.svg | 5 +++++ static/lock.svg | 4 ++++ 14 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 images/atom.svg delete mode 100644 images/envelope.svg delete mode 100644 images/link.svg delete mode 100644 images/lock.svg create mode 100644 static/atom.svg create mode 100644 static/envelope.svg create mode 100644 static/link.svg create mode 100644 static/lock.svg diff --git a/_config.yml b/_config.yml index 93eb586..d21259d 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ exclude: - result* - metadata.json - tests.sh - - images/graphviz/ + - static/graphviz/ - drafts collections: diff --git a/_includes/categories.html b/_includes/categories.html index 10a9433..7f1e4cd 100644 --- a/_includes/categories.html +++ b/_includes/categories.html @@ -22,7 +22,7 @@

{{ category }} - {{ site.t.alt.atom[page.lang] }} + {{ site.t.alt.atom[page.lang] }}