From 4f0c9fb8434bf946b0ab9f10f273ea7978c96ab7 Mon Sep 17 00:00:00 2001 From: Ken Hawkins Date: Thu, 23 May 2024 10:32:16 +0200 Subject: [PATCH] Update Mastodon links --- src/site/_includes/layouts/base.njk | 2 +- src/site/_includes/layouts/post.njk | 2 +- src/site/index.njk | 2 +- src/site/posts/20201212-using-nunjucks-with-react.njk | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/_includes/layouts/base.njk b/src/site/_includes/layouts/base.njk index 8dbe06d..ebdcfee 100755 --- a/src/site/_includes/layouts/base.njk +++ b/src/site/_includes/layouts/base.njk @@ -48,7 +48,7 @@ khawkins98@gmail.com
  • - Twitter @khawkins98 + Mastodon @khawkins98@toot.io
  • LinkedIn diff --git a/src/site/_includes/layouts/post.njk b/src/site/_includes/layouts/post.njk index d92bbbf..2a16f2b 100755 --- a/src/site/_includes/layouts/post.njk +++ b/src/site/_includes/layouts/post.njk @@ -41,7 +41,7 @@ templateEngineOverride: njk

    Thanks for reading, if you have comment I'd love to hear it.

    - Twitter @khawkins98 + Mastodon @khawkins98@toot.io {#   RSS feed #}   LinkedIn {#   E-mail #} diff --git a/src/site/index.njk b/src/site/index.njk index 08475eb..a74741b 100755 --- a/src/site/index.njk +++ b/src/site/index.njk @@ -83,7 +83,7 @@ templateEngineOverride: njk I'm currently fully engaged, helping a global leader reduce the risk of disaster — but you can still say hello.

    - @khawkins98@toot.io     + Mastodon @khawkins98@toot.io     LinkedIn     Email     Beer diff --git a/src/site/posts/20201212-using-nunjucks-with-react.njk b/src/site/posts/20201212-using-nunjucks-with-react.njk index 1ecd062..bb32599 100644 --- a/src/site/posts/20201212-using-nunjucks-with-react.njk +++ b/src/site/posts/20201212-using-nunjucks-with-react.njk @@ -16,7 +16,7 @@ topics: {% markdown %} -For [Visual Framework component's](https://stable.visual-framework.dev/) we’re using the [Nunjucks](https://mozilla.github.io/nunjucks/) JavaScript templating engine. +For [Visual Framework components](https://stable.visual-framework.dev/) we’re using the [Nunjucks](https://mozilla.github.io/nunjucks/) JavaScript templating engine. It's a JS-runtime and based off [jinja2](https://jinja.palletsprojects.com/en/2.11.x/). Here’s a simplified `vf-button.njk` template: