Skip to content

Commit

Permalink
closes #102
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Jun 26, 2024
1 parent db4e4aa commit 38b4026
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,23 @@
<div class="map-title">{{ 'Components.BelowTheFold.CategorySupport' | translate }}</div>
<hr>

@if(metaService.getSiteConfigProperty('features.faq')) {
<div class="map-item">
<a routerLink="/faq">{{ 'Components.BelowTheFold.FAQ' | translate }}</a>
</div>
}

@if(metaService.getSiteConfigProperty('features.errata')) {
<div class="map-item">
<a routerLink="/errata">{{ 'Components.BelowTheFold.Errata' | translate }}</a>
</div>
}

@if(metaService.getSiteConfigProperty('features.changelog')) {
<div class="map-item">
<a routerLink="/changelog">{{ 'Components.BelowTheFold.Changelog' | translate }}</a>
</div>
}

@if(metaService.getSiteConfigProperty('features.askaquestion')) {
<div class="map-item">
Expand Down

0 comments on commit 38b4026

Please sign in to comment.