From a28d070a30b4a34c42e0f1b12cf6452d3b0b5d66 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 4 Jul 2025 17:23:24 +0200 Subject: [PATCH] feat: :speech_balloon: pass calculation method down to template --- src/sebin/anatomy.md | 2 +- src/sebin/sebin.11tydata.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/sebin/anatomy.md b/src/sebin/anatomy.md index 7218504..6d77699 100644 --- a/src/sebin/anatomy.md +++ b/src/sebin/anatomy.md @@ -25,7 +25,7 @@ Sebin is the offspring of a human and a dragon. Like a human, he is a bipedal pl Sebin's finger and toe tips are equipped with sharp black claws. He equally uses them as tools and weapons. -A ridge of brown thorns runs from his head over his back to the tip of his tail. However, they are too blunt to cause injury. His tail is about 1.04 meters (3'5") in length. +A ridge of brown thorns runs from his head over his back to the tip of his tail. However, they are too blunt to cause injury. His tail is about 1.04 meters () in length. Sebin has a muscular build that he keeps in shape with regular exercise. diff --git a/src/sebin/sebin.11tydata.js b/src/sebin/sebin.11tydata.js index 02301a1..2378a6f 100644 --- a/src/sebin/sebin.11tydata.js +++ b/src/sebin/sebin.11tydata.js @@ -6,6 +6,7 @@ import { getWeight, getWingspan, toInch, + toImperial, toFahrenheit } from '../includes/util.js'; @@ -168,5 +169,6 @@ export default { kinks, description, getTraits, - toFahrenheit + toFahrenheit, + toImperial };