Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
feat(Elife): Only one h1 per page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed Mar 12, 2020
1 parent daf0959 commit b8d2267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/themes/elife/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '../../extensions/headings'
import '../../extensions/person'
import { first, ready } from '../../util'
import DateTimeFormat = Intl.DateTimeFormat
Expand Down
1 change: 1 addition & 0 deletions src/themes/elife/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@import '../../fonts/notoSerif/notoSerif.css';
@import '../../fonts/notoSans/notoSans.css';

@import '../../extensions/headings/styles.css';
@import '../../extensions/person/styles.css';

/* @extend-ing eLife's CSS may not take into account the cascade of styles
Expand Down

0 comments on commit b8d2267

Please sign in to comment.