Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Created September 7, 2023 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadajmi/a4c41e89410ef2646c5a59fbd6b4a564 to your computer and use it in GitHub Desktop.
Save ahmadajmi/a4c41e89410ef2646c5a59fbd6b4a564 to your computer and use it in GitHub Desktop.
{{!< default}}
{{#post}}
<main class='o-wrapper'>
{{#match @page.show_title_and_feature_image}}
{{> post-hero }}
{{/match}}
<div class='o-grid'>
<div class='o-grid__col o-grid__col--center o-grid__col--4-4-s'>
<div class='c-{{ post_class }}'>
<div class='c-content'>
{{ content }}
</div>
</div>
</div>
</div>
</main>
{{/post}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment