mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
dbe00929d3
Refs https://ghost.slack.com/archives/C019B1K4FAM/p1699127038805739 - Removed mobile styles so that latest posts are always in the same layout, instead of in a single column on mobile - Fixed img caption font size rendering too large on mobile |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Email Service
Manages how posts are sent via email
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests