Browse Source

template stuff

9471-orcid
rdrew 4 years ago
parent
commit
a54f17fb46
  1. 15
      css_overrides.css
  2. 3
      templates/landing-page/page--node--113.html.twig

15
css_overrides.css

@ -30,5 +30,18 @@ p.hangingindent {
span.citeproc-container-title {
font-style: italic;
}
.page-node-173 .article-info {
display: none;
}
.page-node-173 .node__container {
display: block !important;
}
.masonry-item {
width: 30.5%;
background-color: #f6f6f2;
border: 0;
margin: 0.5%;
padding: 0;
}

3
templates/landing-page/page--node--113.html.twig

@ -432,6 +432,9 @@
{% if main_content_animations == "enabled" %}
data-animate-effect="{{ main_content_animation_effect }}"
{% endif %}>
<hr>
<h2 class="text-center">L.M. Montgomery &amp; Vision Forum</h2>
{{ drupal_view('recent_articles_masonry', 'vision') }}
{% if page.content %}
{{ page.content }}
{% endif %}

Loading…
Cancel
Save