Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions public/styles/site/client-news.sass
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ body
display: block
margin-left: auto
margin-right: auto
h2
span
display: block
font-size: 1.4vw
padding: 0.5em
transition: 0.4s
Expand Down Expand Up @@ -337,7 +338,8 @@ body
display: block
margin-left: auto
margin-right: auto
h2
span
display: block
font-size: 18px
padding: 0.25em
transition: 0.4s
Expand Down Expand Up @@ -453,7 +455,8 @@ body
.clientSupportFAF
h1
font-size: 18px
h2
span
display: block
font-size: 14px
.clientMenu
.column6, .column2
Expand Down
11 changes: 9 additions & 2 deletions src/backend/templates/views/newshub.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ html(lang='en')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='description', content='FAF Community Website')
meta(
name='description',
content='Latest community news for Forged Alliance Forever.'
)
//— social tags to reinforce the title
meta(property='og:title', content=title || 'All your FAForever News')
meta(name='twitter:title', content=title || 'All your FAForever News')

title= title || 'Forged Alliance Forever'
title= title || 'All your FAForever News'
link(rel='shortcut icon', href='/images/favicon.png', type='image/png')

// Fonts
Expand Down Expand Up @@ -69,7 +76,7 @@ body
target='_blank',
href='https://discord.com/channels/197033481883222026/907037442832482315'
)
h2 Report a Bug
span Report a Bug

#clientMain
#clientSpawn
Expand Down