2023-07-17 00:36:13 +01:00
|
|
|
{{!< default}}
|
|
|
|
{{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
|
|
|
|
|
|
|
|
<main class="gh-main gh-outer">
|
|
|
|
|
|
|
|
{{#tag}}
|
2023-09-18 10:50:05 +01:00
|
|
|
<section class="gh-archive{{#if feature_image}} has-image{{/if}}{{#if @custom.show_publication_info_sidebar}} has-sidebar{{/if}} gh-inner">
|
2023-08-22 12:04:16 +01:00
|
|
|
<div class="gh-archive-inner">
|
|
|
|
<header class="gh-archive-wrapper">
|
|
|
|
<h1 class="gh-article-title is-title">{{name}}</h1>
|
|
|
|
{{#if description}}
|
|
|
|
<p class="gh-article-excerpt">{{description}}</p>
|
|
|
|
{{/if}}
|
|
|
|
</header>
|
|
|
|
{{> "feature-image"}}
|
|
|
|
</div>
|
2023-07-17 00:36:13 +01:00
|
|
|
</section>
|
|
|
|
{{/tag}}
|
2023-07-27 15:22:59 +01:00
|
|
|
|
2023-09-18 10:50:05 +01:00
|
|
|
{{> "components/post-list" feed="archive" postFeedStyle=@custom.post_feed_style showTitle=false showSidebar=@custom.show_publication_info_sidebar}}
|
2023-07-17 00:36:13 +01:00
|
|
|
|
|
|
|
</main>
|