We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d09f02 commit baaede7Copy full SHA for baaede7
categories-angular.html
@@ -9,7 +9,7 @@
9
<h2 class="thtrm-section-headline thtrm-section-headline--with-margin">AngularJS articles</h2>
10
<ul class="thtrm-three-column-list thtrm-three-column-list--with-padding">
11
{% for post in site.posts %}
12
- {% if post.tags contains 'angularjs' %}
+ {% if post.tags contains 'angularjs' or post.tags contains 'angular' %}
13
<li>
14
<div class="thtrm-article-card thtrm-article-card--with-border">
15
<div class="thtrm-article-card-content ">
0 commit comments