diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-12 01:16:52 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-12 01:16:52 +0100 |
commit | cb4a1f179bce25d9c9b88b0152072529ce46b717 (patch) | |
tree | 677e974a338823a691da2ba19ce80e42c3441b9c /resources/views/pages | |
parent | e0e179fa79e5b40a2ffe04f439bb41205c42a25b (diff) |
Add recent site updates (from git)
Diffstat (limited to 'resources/views/pages')
-rw-r--r-- | resources/views/pages/home.blade.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index f89b17a..6ad3013 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -19,6 +19,9 @@ <!-- WeatherData --> @include('components.weather') + <!-- Site Updates --> + @include('components.git') + <h1>Contact</h1> <p><strong>Mail</strong>: <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br/> <strong>IRC</strong>: <a href="https://r-type.ca/page.php?id=1034">floppydisk @ r-type</a><br/> |