Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.": "bulletin/home.hbs, journal/default.hbs",
"Email sent": "source/partials/email-subscription.hbs",
"Enter your email": "casper/post.hbs",
"Featured": "digest/index.hbs, journal/index.hbs, source/partials/components/featured.hbs",
"Featured": "digest/index.hbs, journal/index.hbs, source/partials/components/featured.hbs, source/partials/featured-posts.hbs",
"Go to the front page →": "casper/error-404.hbs, casper/error.hbs",
"Latest": "_shared/list.hbs, digest/index.hbs, episode/partials/components/list.hbs, headline/home.hbs, headline/index.hbs, journal/index.hbs, source/partials/components/post-list.hbs, taste/partials/components/list.hbs",
"Latest episodes": "episode/home.hbs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ease",
"description": "A Ghost theme",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"engines": {
"ghost": ">=5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion partials/featured-posts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section class="featured-wrapper">

<header class="featured-header topic-header">
<h2 class="featured-title topic-name">Featured</h2>
<h2 class="featured-title topic-name">{{t "Featured"}}</h2>
</header>

<div class="featured-posts owl">
Expand Down