diff options
author | Frankie B <git@diskfloppy.me> | 2024-06-11 18:17:29 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-06-11 18:17:29 +0100 |
commit | 210363d17371a699b33a9502bd0f017dca98f915 (patch) | |
tree | 706d6c3c3a173711d21ebd416c74aafa663eb577 | |
parent | ed3269cd6c3e38de50b7d5adc7328215ad266e95 (diff) |
Actually use the $age variable on the homepage
-rw-r--r-- | resources/views/home.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index bd5b8d3..86c7063 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -6,7 +6,7 @@ <h2>QuickFacts™</h2> <hr> <ul> - <li>18 y/o, he/him, British</li> + <li>{{ $age }} y/o, he/him, British</li> <li>Theatre Technician, "Web Developer" and NixOS User</li> <li>Loves ETC desks, prefers Generics to LEDs for some reason</li> <li>Has a crippling Soundcraft addiction</li> |