From 34f77c57a82783972ec3ecf71435d7adf90fd632 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:10:47 +0200 Subject: [PATCH 01/36] change internal links to references --- _data/for_business.yml | 2 +- _data/for_edu.yml | 2 +- _data/for_maker.yml | 2 +- _data/functions/general.yml | 2 +- _data/general/footer.yml | 10 +++++----- _includes/fnc/link.html | 2 +- blog.html => blog/index.html | 0 functions.md => functions/index.md | 0 8 files changed, 10 insertions(+), 10 deletions(-) rename blog.html => blog/index.html (100%) rename functions.md => functions/index.md (100%) diff --git a/_data/for_business.yml b/_data/for_business.yml index 80904856..414d5fdf 100644 --- a/_data/for_business.yml +++ b/_data/for_business.yml @@ -1,6 +1,6 @@ ref: business link: - internal: use/business + internal: use/business.md title: For Business text: | lorem ipsum text diff --git a/_data/for_edu.yml b/_data/for_edu.yml index 2c12e973..6a0f690b 100644 --- a/_data/for_edu.yml +++ b/_data/for_edu.yml @@ -1,6 +1,6 @@ ref: edu link: - internal: use/education + internal: use/education.md title: For Education text: | Electronic Labs are creative places. Whether your institution works with K12 or post-grads - organisation and tooling is challenging. Let InvenTree help you calm the storm! diff --git a/_data/for_maker.yml b/_data/for_maker.yml index 0d73e7c7..dee91c1d 100644 --- a/_data/for_maker.yml +++ b/_data/for_maker.yml @@ -1,6 +1,6 @@ ref: maker link: - internal: use/maker + internal: use/maker.md title: For Maker text: | lorem ipsum text diff --git a/_data/functions/general.yml b/_data/functions/general.yml index c091c3ab..c1422b50 100644 --- a/_data/functions/general.yml +++ b/_data/functions/general.yml @@ -1,6 +1,6 @@ title: InvenTree builds it vast functions on top of a few core workflows link: - internal: functions + internal: functions/index.md text: functions: - title: Organize Parts diff --git a/_data/general/footer.yml b/_data/general/footer.yml index d057460f..a7ca2251 100644 --- a/_data/general/footer.yml +++ b/_data/general/footer.yml @@ -42,12 +42,12 @@ - name: Home home: true - name: For Maker - internal: maker + internal: use/maker.md - name: For Business - internal: business + internal: use/business.md - name: For Education - internal: education + internal: use/education.md - name: About - internal: about + internal: about/index.md - name: Blog - internal: blog + internal: blog/index.html diff --git a/_includes/fnc/link.html b/_includes/fnc/link.html index eda5ec42..ae3fe345 100644 --- a/_includes/fnc/link.html +++ b/_includes/fnc/link.html @@ -5,7 +5,7 @@ {% if include.item.site %} {{ site[include.item.site] }} {% elsif include.item.internal %} - {{ include.item.internal | relativurl }} + {% link {{ include.item.internal }} %} {% elsif include.item.link %} {{ include.item.link | include fnc/link.html }} {% elsif include.item.home %} diff --git a/blog.html b/blog/index.html similarity index 100% rename from blog.html rename to blog/index.html diff --git a/functions.md b/functions/index.md similarity index 100% rename from functions.md rename to functions/index.md From 77c340a531e2815b1c84a5ab67ffe62e2d80331b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:27:49 +0200 Subject: [PATCH 02/36] reduce 'dead' code --- _layouts/content.html | 1 - about/credits.md | 1 - about/imprint.md | 1 - about/index.md | 1 - about/privacy.md | 1 - about/social.md | 1 - about/source.md | 1 - about/team.md | 1 - about/thanks.md | 1 - alternatives/index.md | 1 - contribute/code/architecture.md | 1 - contribute/code/index.md | 1 - contribute/community.md | 1 - contribute/index.md | 1 - contribute/sponsor.md | 1 - contribute/translate.md | 1 - deploy/bare-metal.md | 1 - deploy/cloud.md | 1 - deploy/docker.md | 1 - deploy/index.md | 1 - extend/api.md | 1 - extend/index.md | 1 - extend/integrate/index.md | 1 - extend/integrate/kntree.md | 1 - extend/migrate/index.md | 1 - extend/plugin/index.md | 5 +++-- 26 files changed, 3 insertions(+), 27 deletions(-) diff --git a/_layouts/content.html b/_layouts/content.html index 17e2f65c..e1ae436e 100644 --- a/_layouts/content.html +++ b/_layouts/content.html @@ -2,7 +2,6 @@ layout: default --- -

{{ page.title }}

{{ content }} diff --git a/about/credits.md b/about/credits.md index cb824b75..09b2f43f 100644 --- a/about/credits.md +++ b/about/credits.md @@ -1,5 +1,4 @@ --- -layout: content title: Credits --- diff --git a/about/imprint.md b/about/imprint.md index 9642bccf..668941d2 100644 --- a/about/imprint.md +++ b/about/imprint.md @@ -1,5 +1,4 @@ --- -layout: content title: Imprint --- diff --git a/about/index.md b/about/index.md index 2f6deb69..8f5a4a82 100644 --- a/about/index.md +++ b/about/index.md @@ -1,5 +1,4 @@ --- -layout: content title: About --- InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. diff --git a/about/privacy.md b/about/privacy.md index 1f16c22f..7acb7a67 100644 --- a/about/privacy.md +++ b/about/privacy.md @@ -1,5 +1,4 @@ --- -layout: content title: Privacy --- diff --git a/about/social.md b/about/social.md index cb824b75..09b2f43f 100644 --- a/about/social.md +++ b/about/social.md @@ -1,5 +1,4 @@ --- -layout: content title: Credits --- diff --git a/about/source.md b/about/source.md index 772aa977..e5c7970d 100644 --- a/about/source.md +++ b/about/source.md @@ -1,5 +1,4 @@ --- -layout: content title: How to get the source --- diff --git a/about/team.md b/about/team.md index 20fd33a0..5181d259 100644 --- a/about/team.md +++ b/about/team.md @@ -1,5 +1,4 @@ --- -layout: content title: The core team --- diff --git a/about/thanks.md b/about/thanks.md index 2fd7aae4..7912874b 100644 --- a/about/thanks.md +++ b/about/thanks.md @@ -1,5 +1,4 @@ --- -layout: content title: Offical Social Media channels --- diff --git a/alternatives/index.md b/alternatives/index.md index cc8d410d..8b278e76 100644 --- a/alternatives/index.md +++ b/alternatives/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Alternatives --- diff --git a/contribute/code/architecture.md b/contribute/code/architecture.md index 894e8568..bbc48ab2 100644 --- a/contribute/code/architecture.md +++ b/contribute/code/architecture.md @@ -1,5 +1,4 @@ --- -layout: content title: System Architecture --- diff --git a/contribute/code/index.md b/contribute/code/index.md index 0a32fa55..42e4182d 100644 --- a/contribute/code/index.md +++ b/contribute/code/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Contribute Code --- diff --git a/contribute/community.md b/contribute/community.md index 6ba775f9..95b917da 100644 --- a/contribute/community.md +++ b/contribute/community.md @@ -1,5 +1,4 @@ --- -layout: content title: Help in the community --- diff --git a/contribute/index.md b/contribute/index.md index 880172e6..d740aed0 100644 --- a/contribute/index.md +++ b/contribute/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Contribute --- diff --git a/contribute/sponsor.md b/contribute/sponsor.md index 6da21df5..9745a331 100644 --- a/contribute/sponsor.md +++ b/contribute/sponsor.md @@ -1,5 +1,4 @@ --- -layout: content title: Sponsoring --- diff --git a/contribute/translate.md b/contribute/translate.md index 1551de38..7219711c 100644 --- a/contribute/translate.md +++ b/contribute/translate.md @@ -1,5 +1,4 @@ --- -layout: content title: Translations --- diff --git a/deploy/bare-metal.md b/deploy/bare-metal.md index a9869db8..772a0b10 100644 --- a/deploy/bare-metal.md +++ b/deploy/bare-metal.md @@ -1,5 +1,4 @@ --- -layout: content title: Deploying to Bare Metal --- diff --git a/deploy/cloud.md b/deploy/cloud.md index d7a535ee..4ed1e148 100644 --- a/deploy/cloud.md +++ b/deploy/cloud.md @@ -1,5 +1,4 @@ --- -layout: content title: Deploying to Cloud --- diff --git a/deploy/docker.md b/deploy/docker.md index 0b4491fc..469254ff 100644 --- a/deploy/docker.md +++ b/deploy/docker.md @@ -1,5 +1,4 @@ --- -layout: content title: Deploying to Docker --- diff --git a/deploy/index.md b/deploy/index.md index ec0f55f8..3d66270c 100644 --- a/deploy/index.md +++ b/deploy/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Deploying InvenTree --- diff --git a/extend/api.md b/extend/api.md index 7a1c87f5..835c3a06 100644 --- a/extend/api.md +++ b/extend/api.md @@ -1,5 +1,4 @@ --- -layout: content title: API --- diff --git a/extend/index.md b/extend/index.md index 258a9bb2..a021b839 100644 --- a/extend/index.md +++ b/extend/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Ecosystem --- diff --git a/extend/integrate/index.md b/extend/integrate/index.md index 18f8cdcb..40f54b4f 100644 --- a/extend/integrate/index.md +++ b/extend/integrate/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Integrate --- diff --git a/extend/integrate/kntree.md b/extend/integrate/kntree.md index 4e6cee34..02fac842 100644 --- a/extend/integrate/kntree.md +++ b/extend/integrate/kntree.md @@ -1,5 +1,4 @@ --- -layout: content title: Ki-n-Tree --- diff --git a/extend/migrate/index.md b/extend/migrate/index.md index 59251448..36f3a34d 100644 --- a/extend/migrate/index.md +++ b/extend/migrate/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Migration tools --- diff --git a/extend/plugin/index.md b/extend/plugin/index.md index 3f051447..5f915805 100644 --- a/extend/plugin/index.md +++ b/extend/plugin/index.md @@ -1,11 +1,12 @@ --- -layout: content title: Plugins --- We supply core-dev and community built plugins to get you started with extending InvenTree's functionality. Plugins can hook into many parts of the UI, buisness logic and webserver. We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. [Learn more](# TODO plugins) -### Highlights +### + + Highlights Use APIs supplied by your vendors or part libraries. - [Digikey](digikey) - [Octopart](octopart) From 6b2c16db9f24b007eef3312801a199ba2fa31bbe Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:29:02 +0200 Subject: [PATCH 03/36] make URL routes simpler --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 86d21cee..d2cddc84 100644 --- a/_config.yml +++ b/_config.yml @@ -20,6 +20,8 @@ collections: output: true custom_permalink_placeholders: ["publisher"] #permalink: "/:publisher/:title" + posts: + permalink: /blog/:year/:month/:day/:title defaults: - scope: @@ -40,7 +42,7 @@ defaults: - scope: path: "" values: - layout: "default" + layout: "content" plugins: - jekyll-seo-tag From f8641db1f6132d8245698eee806dc82354fa9859 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:29:19 +0200 Subject: [PATCH 04/36] remove 'dead' code --- _posts/2021-10-25-starting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_posts/2021-10-25-starting.md b/_posts/2021-10-25-starting.md index f7f4e7d0..650e2b27 100644 --- a/_posts/2021-10-25-starting.md +++ b/_posts/2021-10-25-starting.md @@ -1,5 +1,4 @@ --- -layout: post publisher: matmair title: Starting with templates --- From eb5f8e18af7de0ee8ee80d8bbbe4700448460744 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:50:17 +0200 Subject: [PATCH 05/36] remove noreffer -> analytics are nice in general --- _includes/base/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/base/footer.html b/_includes/base/footer.html index 1cad2669..0232776a 100644 --- a/_includes/base/footer.html +++ b/_includes/base/footer.html @@ -30,7 +30,7 @@

© 2021 {{ site.title }} — made with ♥ by - @matmair + @matmair

From d93657df69e7bd6a325286626e1fe2d611146045 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:50:57 +0200 Subject: [PATCH 06/36] flex publisher image --- _layouts/publisher.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/publisher.html b/_layouts/publisher.html index e4cccd78..777245fb 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -2,8 +2,10 @@ layout: default ---

- mdo +
+ mdo {{ page.name }} +

From 3e4d93333528b40e98194659d523396bbd49e4ce Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:51:21 +0200 Subject: [PATCH 07/36] make image conditional --- _layouts/publisher.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_layouts/publisher.html b/_layouts/publisher.html index 777245fb..4b59111b 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -3,7 +3,9 @@ layout: default ---

+ {% if page.github %} mdo + {% endif %} {{ page.name }}

From de810bc6ee6a6a30c1df62f2e56cf687c44c73fe Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:53:28 +0200 Subject: [PATCH 08/36] use content layout to render publishers --- _layouts/content.html | 2 ++ _layouts/publisher.html | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_layouts/content.html b/_layouts/content.html index e1ae436e..388585eb 100644 --- a/_layouts/content.html +++ b/_layouts/content.html @@ -3,6 +3,8 @@ layout: default ---
+ {% if layout.notitle != true %}

{{ page.title }}

+ {% endif %} {{ content }}
diff --git a/_layouts/publisher.html b/_layouts/publisher.html index 4b59111b..432bb12b 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -1,12 +1,13 @@ --- -layout: default +layout: content +notitle: true ---

{% if page.github %} mdo {% endif %} - {{ page.name }} + {{ page.name }}

From 73248fa312e95acacf87eefc8cb7a0aa102dab86 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:58:00 +0200 Subject: [PATCH 09/36] make plugins clickable --- _layouts/publisher.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_layouts/publisher.html b/_layouts/publisher.html index 432bb12b..8de8b063 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -40,8 +40,11 @@ notitle: true

Plugins

{% endif %} \ No newline at end of file From bffdcb9258328ecc2ddd3af7ba966b6de0d28008 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 19 Apr 2022 22:05:30 +0200 Subject: [PATCH 10/36] fix margin --- _includes/partial/publisher_ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/partial/publisher_ref.html b/_includes/partial/publisher_ref.html index a1b97e53..72b30806 100644 --- a/_includes/partial/publisher_ref.html +++ b/_includes/partial/publisher_ref.html @@ -1,4 +1,4 @@ {% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %} -by mdo {{ include.pub }} +by mdo {{ include.pub }} \ No newline at end of file From bdf7a9b1cfe1ccfb77a0723652b86d7da291c751 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 19 Apr 2022 22:06:22 +0200 Subject: [PATCH 11/36] fix alignment --- _includes/partial/publisher_ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/partial/publisher_ref.html b/_includes/partial/publisher_ref.html index 72b30806..161e2f9f 100644 --- a/_includes/partial/publisher_ref.html +++ b/_includes/partial/publisher_ref.html @@ -1,4 +1,4 @@ {% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %} -by mdo {{ include.pub }} +by mdo {{ include.pub }} \ No newline at end of file From 48eb353107856357444f967d6c18e40f507ed0b8 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 19 Apr 2022 22:07:24 +0200 Subject: [PATCH 12/36] remove underline --- _includes/partial/publisher_ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/partial/publisher_ref.html b/_includes/partial/publisher_ref.html index 161e2f9f..d6b49b6d 100644 --- a/_includes/partial/publisher_ref.html +++ b/_includes/partial/publisher_ref.html @@ -1,4 +1,4 @@ {% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %} - + by mdo {{ include.pub }} \ No newline at end of file From 8d34f8609c024f0ea3d261b7c67014edf5480788 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 19 Apr 2022 22:12:54 +0200 Subject: [PATCH 13/36] remove unneeded margin --- _includes/partial/publisher_ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/partial/publisher_ref.html b/_includes/partial/publisher_ref.html index d6b49b6d..222b462a 100644 --- a/_includes/partial/publisher_ref.html +++ b/_includes/partial/publisher_ref.html @@ -1,4 +1,4 @@ {% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %} -by mdo {{ include.pub }} +by mdo {{ include.pub }} \ No newline at end of file From be875a36e01500c459b22c82b5e5ad01614c13ae Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 19 Apr 2022 22:15:52 +0200 Subject: [PATCH 14/36] tailwindify --- _layouts/plugin.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/_layouts/plugin.html b/_layouts/plugin.html index f72203bc..817d6370 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -1,15 +1,17 @@ --- -layout: default +layout: content +notitle: true --- -

{{ page.name }}

+

{{ page.name }}

{% include partial/publisher_ref.html pub=page.publisher %} -
-
+
+
{{ content }}
-
+
+

Link section

@@ -44,4 +46,4 @@ layout: default
-
+
\ No newline at end of file From 1b55f83e96a363042b20f6f5d29a15223dbeb3e6 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 20:05:15 +0200 Subject: [PATCH 15/36] fix flex layout --- _layouts/plugin.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 817d6370..408b77fb 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -5,12 +5,12 @@ notitle: true

{{ page.name }}

{% include partial/publisher_ref.html pub=page.publisher %} -
-
+
+
{{ content }}
-
+

Link section

@@ -46,4 +46,4 @@ notitle: true
-
\ No newline at end of file +
From dbbec51faa7c81d2518c9168078836f167e7a962 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 20:54:36 +0200 Subject: [PATCH 16/36] fix colors --- _includes/plugin_card.html | 4 ++-- _layouts/plugin.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/plugin_card.html b/_includes/plugin_card.html index 2c3d87fe..a71b678b 100644 --- a/_includes/plugin_card.html +++ b/_includes/plugin_card.html @@ -2,10 +2,10 @@
{% for cat in plugin.categories %} - {{ cat }} + {{ cat }} {% endfor %} {% for tag in plugin.tags %} - {{ tag }} + {{ tag }} {% endfor %}

{{ plugin.name }}

diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 408b77fb..f894ddf1 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -24,7 +24,7 @@ notitle: true

Categories

    {% for categorie in page.categories %} -
  1. {{ categorie }}
  2. +
  3. {{ categorie }}
  4. {% endfor %}
@@ -33,7 +33,7 @@ notitle: true

Tags

    {% for tag in page.tags %} -
  1. {{ tag }}
  2. +
  3. {{ tag }}
  4. {% endfor %}
From 42a255e25dcf533335d94541606b9c4d83c430f6 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 20:56:34 +0200 Subject: [PATCH 17/36] remove styling --- _layouts/plugin.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/plugin.html b/_layouts/plugin.html index f894ddf1..46c5c159 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -16,7 +16,7 @@ notitle: true

Github

-

{{ page.github | remove: "https://github.com/" }}

+

{{ page.github | remove: "https://github.com/" }}

@@ -38,9 +38,9 @@ notitle: true
-
+

Website

-

{{ page.website }}

+

{{ page.website }}

From 1c5b41ea749b3758126aed2ed0dc85dd5ea7c3d8 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 21:36:40 +0200 Subject: [PATCH 18/36] make spacing tighter --- _layouts/plugin.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 46c5c159..962b2de3 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -2,8 +2,9 @@ layout: content notitle: true --- -

{{ page.name }}

-{% include partial/publisher_ref.html pub=page.publisher %} +

{{ page.name }} +{% include partial/publisher_ref.html pub=page.publisher %} +

From ec831642ab7b4498860a8c811dc009ac882ea2e4 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 21:39:38 +0200 Subject: [PATCH 19/36] remove formatting --- _layouts/plugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 962b2de3..e4741cba 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -13,9 +13,9 @@ notitle: true

Link section

-
+
-
+

Github

{{ page.github | remove: "https://github.com/" }}

From 5e8cfaa2e653e7f56e063c4acb958f1de34a4d7c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 22:14:57 +0200 Subject: [PATCH 20/36] keep quote nice --- _layouts/publisher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/publisher.html b/_layouts/publisher.html index 8de8b063..634554ea 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -22,7 +22,7 @@ notitle: true
-

{{ content }}

+ {{ content }}
{% assign filtered_posts = site.posts | where: 'publisher', page.short_name %} From e1d85ef441aaa2f61593ae3518e8a096dde51175 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 22 Apr 2022 22:15:05 +0200 Subject: [PATCH 21/36] orient up --- _includes/base/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/base/footer.html b/_includes/base/footer.html index 0232776a..8e7a8c83 100644 --- a/_includes/base/footer.html +++ b/_includes/base/footer.html @@ -1,5 +1,5 @@