File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
project/types/website/about
resources/projects/website/about Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ import { quartoConfig } from "../../../../core/quarto.ts";
2020import { projectTypeResourcePath } from "../../../../core/resources.ts" ;
2121import { sassLayerFile } from "../../../../core/sass.ts" ;
2222import { TempContext } from "../../../../core/temp.ts" ;
23- import { kBootstrapDependencyName } from "../../../../format/html/format-html-shared.ts" ;
23+ import {
24+ kAnchorSections ,
25+ kBootstrapDependencyName ,
26+ } from "../../../../format/html/format-html-shared.ts" ;
2427import { NavItem , ProjectContext } from "../../../types.ts" ;
2528import { kImage } from "../website-constants.ts" ;
2629import { navigationItem } from "../website-navigation.ts" ;
@@ -91,6 +94,7 @@ export async function aboutHtmlDependencies(
9194 if ( aboutPage ) {
9295 // About pages do not allow TOCs
9396 format . pandoc [ kToc ] = false ;
97+ format . metadata [ kAnchorSections ] = false ;
9498 }
9599
96100 // Compute any scss that should be included
Original file line number Diff line number Diff line change @@ -71,6 +71,14 @@ div.quarto-about-jolla {
7171 }
7272 @include image-shapes ();
7373
74+ .quarto-title h1 .title {
75+ text-align : center ;
76+ }
77+
78+ .quarto-title .description {
79+ text-align : center ;
80+ }
81+
7482 h2 {
7583 border-bottom : none ;
7684 }
You can’t perform that action at this time.
0 commit comments