-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix/case studies redesign #739
Conversation
ed2a1f2
to
9ff4b30
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #739 +/- ##
=======================================
Coverage 79.08% 79.08%
=======================================
Files 27 27
Lines 545 545
=======================================
Hits 431 431
Misses 114 114
☔ View full report in Codecov by Sentry. |
d85696e
to
5fafe77
Compare
@@ -1,7 +1,7 @@ | |||
{% load thumbnail %} | |||
{% load typogrify_tags %} | |||
{% if posts %} | |||
<h2>On the blog</h2> | |||
{% comment %} <h2>On the blog</h2> {% endcomment %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to use this functionality to DRY up the case study template but it doesn't work if we keep this header or the link to all posts below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Bekabyx any thoughts on this? This template is used as an includes
in a few spots.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've resolved this by adding a boolean to the context tag to show the header expect for the case studies template.
5fafe77
to
d31866d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected locally - wasn't able to check it on staging as this code isn't what's currently up there but it was fairly easy to replicate anyway :)
1e6cf2e
to
f99c9da
Compare
- Rename blog tags - Add custom css for tags in a list - Refactor conditional when tags exist
f99c9da
to
19ffe08
Compare
Ref https://app.asana.com/0/0/1205591250217702/f
Dependent on #738
This work:
I've also included a few fixes following #738