Sodbileg Gansukh
aa270b35a9
Rebuilt assets
2024-03-11 18:12:44 +08:00
Sodbileg Gansukh
a511bd56f6
Fixed post card styling issue on tag and author templates
2024-03-11 18:12:37 +08:00
Jose Garcia
7a790020cb
Added aria-label to default.hbs' search button
...
no issue
- Improve accessibility
- Improve SEO (by improving accessibility)
2024-01-02 15:26:23 +07:00
Tauromachian
4c6d33f3df
Added aria-label to default.hbs' burger menu
...
no issue
- Improve accessibility
- Improve SEO (by improving accessibility)
2023-11-21 12:02:20 +08:00
Tauromachian
cf569ac7b3
Added aria-label for the avatar/image of the author to post.hbs
...
no issue
- Improve accessibility
- Improve SEO (by improving accessibility)
2023-11-21 11:57:31 +08:00
Pradhumansinh Padhiyar
276e2c9d01
Fix : #952 ( #953 )
2023-08-31 19:08:28 +08:00
Sodbileg Gansukh
4d3319d05c
v5.7.0
2023-08-23 16:55:59 +08:00
Sodbileg Gansukh
43688cfa01
Added lightbox support
2023-08-23 16:55:41 +08:00
John O'Nolan
592226b75e
2023
2023-08-03 20:38:12 +01:00
Steve Larson
9f9348544e
v5.6.0
2023-07-31 13:51:45 -05:00
Sodbileg Gansukh
840b1b9c50
Switched from padding to margin for page card spacing
2023-07-24 16:58:30 +08:00
Sodbileg Gansukh
cc3fca004f
Fixed cards not having space below
2023-07-22 00:08:12 +08:00
Sodbileg Gansukh
f8b34f9786
Fixed article header spacing on post template
2023-07-19 19:05:22 +08:00
Sodbileg Gansukh
b9f5d591d3
Rebuilt assets
2023-07-19 10:14:41 +08:00
Sanne de Vries
a60e3e976a
Updated hiding page title and feature image implementation ( #946 )
...
https://github.com/TryGhost/Product/issues/3568
2023-07-17 20:31:26 +08:00
Sanne de Vries
d9c9390e17
Removed padding between navigation and full width content ( #944 )
2023-07-17 16:26:18 +08:00
Sanne de Vries
84f201d293
Updated class to 'kg-card-hascaption'
...
Refs https://github.com/TryGhost/Product/issues/3589
2023-07-13 18:32:48 +08:00
Sanne de Vries
c7fdfb7479
Removed spacing between full-width cards
...
Refs https://github.com/TryGhost/Product/issues/3589
2023-07-13 18:32:48 +08:00
Sanne de Vries
d3483498d4
Added support for hidden title and feature image on pages ( #943 )
...
* Added support for hidden title and feature image on pages
Refs https://github.com/TryGhost/Product/issues/3568
* Switched from match to if helper for show_title_and_feature_image
Refs https://github.com/TryGhost/Product/issues/3568
2023-07-10 12:19:00 +02:00
Sodbileg Gansukh
4ae190c1a6
v5.5.3
2023-07-06 09:46:25 +08:00
Sodbileg Gansukh
22c83f9128
Fixed tag and author description character limit
2023-07-06 09:46:03 +08:00
Sodbileg Gansukh
10fd2f3a1c
v5.5.2
2023-07-03 18:52:41 +08:00
Sodbileg Gansukh
b1a10873ff
Fixed nested list spacing
2023-07-03 18:03:47 +08:00
Sodbileg Gansukh
0e76b5abef
Removed unnecessary JS hack for nested list
2023-07-03 17:37:39 +08:00
Sodbileg Gansukh
d75ffc78ac
Added nested list support
2023-06-28 18:25:13 +08:00
Sodbileg Gansukh
fa76f77006
Consistent syntax
2023-06-27 13:01:12 +08:00
Rafael Corrêa Gomes
dda827ded3
Head > Adding preload
2023-06-27 12:59:56 +08:00
Sanne de Vries
bdf150658e
v5.5.1
2023-06-22 21:19:57 +02:00
Sanne de Vries
2fafe722d1
Added grid to full width cards with wide content
...
Refs https://github.com/TryGhost/Team/issues/3459
2023-06-22 21:17:03 +02:00
Sodbileg Gansukh
0721600075
v5.5.0
2023-06-22 17:17:43 +08:00
Sodbileg Gansukh
a18367200f
Updated post content grid for additional widths
2023-06-22 16:37:59 +08:00
Sodbileg Gansukh
294b1e30e5
v5.4.12
2023-06-20 12:09:25 +08:00
Sodbileg Gansukh
aa8ca0794b
Fixed main nav background color in dark mode
...
closes https://github.com/TryGhost/Casper/issues/942
2023-06-20 12:09:08 +08:00
Sodbileg Gansukh
ba0b3d08cc
v5.4.11
2023-05-09 13:30:12 +08:00
Sodbileg Gansukh
50d5727f77
Fixed mobile menu background in dark mode
...
no issues
- when there's no publication cover and the color scheme is in dark mode, the mobile menu had white background
- this fixes the issue by adding explicit dark mode rules to the styles
2023-05-09 13:27:37 +08:00
Sodbileg Gansukh
23f7c30365
v5.4.10
2023-04-21 09:49:57 +01:00
Sodbileg Gansukh
8ff3c6fcf1
Fixed main nav to make it work with the announcement bar
2023-04-21 09:49:37 +01:00
Sodbileg Gansukh
5c7fb39df9
v5.4.9
2023-04-10 13:42:17 +08:00
Sodbileg Gansukh
4851606d9d
Rebuilt assets
2023-04-10 13:41:59 +08:00
Rob Leslie
afca9cb27e
Fix problem showing dropdown after window resize
...
When the browser window is resized, a new click event listener is added
to the window but the old one is not removed. The old one ends up
preventing the newly-made dropdown from opening.
Fix this by remembering the click event listener function added to the
window, and remove it before making the new dropdown after a window
resize.
2023-04-10 13:40:33 +08:00
Sodbileg Gansukh
b56bec2cb8
Fixed header action background color for smaller screens
...
closes #934
- the accent color is used for the header background, so we don't need to add explicit dark mode color to the action on mobile screens
2023-04-10 13:24:11 +08:00
Sodbileg Gansukh
0c4164c5bd
v5.4.8
2023-03-28 16:01:50 +08:00
Sodbileg Gansukh
e6326eadf9
Added a class name to the powered by text
...
no issues
- our other themes have this class, and this makes it consistent across over all offcial themes
2023-03-28 16:01:24 +08:00
renovate[bot]
3ed94d68fa
Update dependency gscan to v4.36.1
2023-03-07 09:25:32 +01:00
Sodbileg Gansukh
505503a63b
v5.4.7
2023-03-01 13:54:29 +08:00
Sodbileg Gansukh
bd3fc7c2af
Fixed textarea color in dark mode
2023-03-01 13:53:58 +08:00
Sodbileg Gansukh
5e0f765852
v5.4.6
2023-02-28 13:57:36 +08:00
Sodbileg Gansukh
4293dab0a7
Fixed burger menu icon visibility on dark mode
...
refs #925
2023-02-28 13:57:05 +08:00
Cory
f00918589f
Update comment grammar
2023-02-27 17:13:31 +08:00
Nicholas Fasching
0200889148
Fix Table of Contents Numbering in screen.css
2023-02-27 15:39:25 +08:00