diff options
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/> |