File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
< div class ="container sd-fs-6 sd-font-weight-bold ">
51
51
< div class ="row border-top border-bottom ">
52
52
{% set t_bool = "tutorial" in post.category|map('string') %}
53
- < div class ="col {{ setcolorclass(t_bool) }} "> < a href ="{{ pathtocategory('tutorial') }} "> Tutorial</ a > </ div >
53
+ < div class ="col " > < a class =" {{ setcolorclass(t_bool) }} " href ="{{ pathtocategory('tutorial') }} "> Tutorial</ a > </ div >
54
54
{% set h_bool = "how-to" in post.category|map('string') %}
55
- < div class ="col {{ setcolorclass(h_bool) }} "> < a href ="{{ pathtocategory('how-to') }} "> How-to</ a > </ div >
55
+ < div class ="col " > < a class =" {{ setcolorclass(h_bool) }} " href ="{{ pathtocategory('how-to') }} "> How-to</ a > </ div >
56
56
< div class ="w-100 "> </ div >
57
57
{% set e_bool = "explanation" in post.category|map('string') %}
58
- < div class ="col {{ setcolorclass(e_bool) }} "> < a href ="{{ pathtocategory('explanation') }} "> Explanation</ a > </ div >
58
+ < div class ="col " > < a class =" {{ setcolorclass(e_bool) }} " href ="{{ pathtocategory('explanation') }} "> Explanation</ a > </ div >
59
59
{% set r_bool = "reference" in post.category|map('string') %}
60
- < div class ="col {{ setcolorclass(r_bool) }} "> < a href ="{{ pathtocategory('reference') }} "> Reference</ a > </ div >
60
+ < div class ="col " > < a class =" {{ setcolorclass(r_bool) }} " href ="{{ pathtocategory('reference') }} "> Reference</ a > </ div >
61
61
</ div >
62
62
</ div >
63
63
You can’t perform that action at this time.
0 commit comments