Merge branch 'TryGhost:main' into main

This commit is contained in:
Evan Wondrasek 2023-08-13 22:05:32 -07:00 committed by GitHub
commit 22b315bf75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 14 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2013-2022 Ghost Foundation Copyright (c) 2013-2023 Ghost Foundation
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation

View File

@ -35,4 +35,4 @@ This repo is synced automatically with [TryGhost/Themes](https://github.com/TryG
## Copyright & License ## Copyright & License
Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE). Copyright (c) 2013-2023 Ghost Foundation - Released under the [MIT license](LICENSE).

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -14,6 +14,7 @@
--head-nav-gap: 32px; --head-nav-gap: 32px;
--container-width: 1440px; --container-width: 1440px;
--content-font-size: clamp(1.7rem, 0.38vw + 1.4rem, 2rem); --content-font-size: clamp(1.7rem, 0.38vw + 1.4rem, 2rem);
--header-spacing: clamp(4.8rem, 4rem + 2.5vw, 8rem);
} }
:root.has-light-text { :root.has-light-text {

View File

@ -89,11 +89,11 @@
"zip": "gulp zip" "zip": "gulp zip"
}, },
"devDependencies": { "devDependencies": {
"@tryghost/shared-theme-assets": "2.3.2", "@tryghost/shared-theme-assets": "2.4.0",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.15",
"beeper": "2.1.0", "beeper": "2.1.0",
"cssnano": "6.0.1", "cssnano": "6.0.1",
"gscan": "4.37.3", "gscan": "4.37.5",
"gulp": "4.0.2", "gulp": "4.0.2",
"gulp-concat": "2.6.1", "gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2", "gulp-livereload": "4.0.2",

View File

@ -5,6 +5,7 @@
<main class="gh-main gh-outer"> <main class="gh-main gh-outer">
<div class="gh-inner"> <div class="gh-inner">
<article class="gh-article {{post_class}}"> <article class="gh-article {{post_class}}">
{{#match @page.show_title_and_feature_image}}
<header class="gh-article-header gh-canvas"> <header class="gh-article-header gh-canvas">
<h1 class="gh-article-title">{{title}}</h1> <h1 class="gh-article-title">{{title}}</h1>
{{#if custom_excerpt}} {{#if custom_excerpt}}
@ -12,6 +13,7 @@
{{/if}} {{/if}}
{{> "feature-image"}} {{> "feature-image"}}
</header> </header>
{{/match}}
<section class="gh-content gh-canvas"> <section class="gh-content gh-canvas">
{{content}} {{content}}