-
Notifications
You must be signed in to change notification settings - Fork 1
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
725: Pass block display of existing blog_posts on homepage via twig #138
base: develop
Are you sure you want to change the base?
Conversation
$variables['blog_block'] = $blog_block; | ||
|
||
|
||
} |
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.
It's best to include a blank line at the end of .module files
@@ -76,6 +78,71 @@ | |||
} | |||
} | |||
|
|||
/*** Blog View ***/ | |||
|
|||
h3 { |
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.
The h3 should be nested under .view-id-blog_posts so that it does not impact other h3's on the website
} | ||
|
||
.views-row { | ||
@include make-xs-column(12); |
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.
the text nested under .views-row should be indented another level for clarity
Thank you for the feedback. |
No description provided.