From 7c1d1810cb7826883448994a812a3dcbe18eff46 Mon Sep 17 00:00:00 2001 From: galenskap Date: Thu, 25 Jun 2026 19:15:33 +0200 Subject: [PATCH] Add new social options for members pages --- README.md | 5 +---- src/_includes/layouts/member.njk | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3305af2..5510f20 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,7 @@ If you need to get the latest commits of the SiteWebAstrolabe_private repo, you ### Deploy -1. Copy paste deploy.js file in two new files `deploy-preprod.js`and `deploy-prod.js` -2. Make sure to fill in correct platform information in the two files -3. Run `npm run deploy-preprod` to deploy to the pre-production platform -4. Run `npm run deploy-prod` to deploy to the production platform +1. deploy.js is not used anymore ## Terminal commands diff --git a/src/_includes/layouts/member.njk b/src/_includes/layouts/member.njk index c1e09ce..3e59f6e 100644 --- a/src/_includes/layouts/member.njk +++ b/src/_includes/layouts/member.njk @@ -40,6 +40,22 @@ {% if socialBehance %}
  • {% endif %} + {% if socialMalt %} +
  • + + + + + + + +
  • + {% endif %} + {% if socialPinterest %} +
  • + +
  • + {% endif %}