Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fcos-suite-astro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fab City OS Suite
fcos-suite-astro
Commits
98b857dc
Commit
98b857dc
authored
1 year ago
by
Moritz Stückler
Browse files
Options
Downloads
Patches
Plain Diff
fix: disable subfooter
parent
f9cfb58f
No related branches found
Branches containing commit
No related tags found
1 merge request
!35
fix: disable subfooter
Pipeline
#7166
passed
1 year ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/config/index.ts
+1
-1
1 addition, 1 deletion
src/config/index.ts
src/layouts/BaseLayout.astro
+3
-3
3 additions, 3 deletions
src/layouts/BaseLayout.astro
with
4 additions
and
4 deletions
src/config/index.ts
+
1
−
1
View file @
98b857dc
...
...
@@ -32,4 +32,4 @@ export const ICON_PACKS: Record<IconPackageName, CarbonIcon> = {
export
const
HEAD_INJECT
=
import
.
meta
.
env
.
PUBLIC_HEAD_INJECT
;
export
const
SITE_TITLE
=
"
Fab City
Hamburg e. V.
"
export
const
SITE_TITLE
=
"
Fab City
OS Suite
"
This diff is collapsed.
Click to expand it.
src/layouts/BaseLayout.astro
+
3
−
3
View file @
98b857dc
---
import "@fchh/fcos-suite-ui/dist/style.css";
import "@styles/base.css";
import { SubFooter } from "@fchh/fcos-suite-ui";
//
import { SubFooter } from "@fchh/fcos-suite-ui";
import { getBaseUrl } from "@utils";
import { Footer } from "@components";
import { HEAD_INJECT, SITE_TITLE } from "@config";
...
...
@@ -41,11 +41,11 @@ const { title, hideFooter, bodyClasses, teaser, image } = Astro.props as Props;
{
!hideFooter
&&
(
<>
<SubFooter
{/*
<SubFooter
src=
{`${baseUrl}images/illustrations/FCHH-Illu-Subfooter.svg`}
alt=
"Illustrations of a ship and two people working at a table"
position=
"right"
/>
/>
*/}
<Footer
/>
</>
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment