Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahR13 authored Oct 11, 2024
1 parent 777adc4 commit 1b8c6c4
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
---
<!---
layout: article
# articles:
# excerpt_type: html
--->
---
layout: article
title: Home
article_header:
type: cover
image:
src: /assets/images/sigt.png # Replace with the actual path to your cover image
alt: "Welcome to Sigtricity" # Alternative text for accessibility
title: "Welcome to Sigtricity"
subtitle: "Bringing Power to You"
show_title: false
---

<div class="layout--home">
<!-- Blog post listings -->
{%- include paginator.html -%}
</div>

{{ content }}

<script>
{%- include scripts/home.js -%}
</script>

0 comments on commit 1b8c6c4

Please sign in to comment.