Skip to content

Commit

Permalink
chore: add news to the top of the page
Browse files Browse the repository at this point in the history
Signed-off-by: thisisobate <[email protected]>
  • Loading branch information
thisisobate committed Jan 27, 2023
1 parent 72f3f0a commit 51559a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ body.is-home-page

section.news
padding: 5px
position: fixed
width: 100%
z-index: 100
background-color: $spiffe-green
color: $grey-dark
a
Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{{ define "main" }}
{{ partial "home/news.html" . }}
{{ partial "home/hero.html" . }}
{{ partial "home/users.html" . }}
{{ partial "home/overview.html" . }}
{{ partial "home/use-cases.html" . }}
{{ partial "home/integrations.html" . }}
{{ partial "home/news.html" . }}
{{ partial "home/resources.html" . }}
{{ partial "home/what-is.html" . }}
{{ partial "home/benefits.html" . }}
Expand Down

0 comments on commit 51559a0

Please sign in to comment.