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 };