File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 14
14
< li > < a href ="/series/ "> Series</ a > </ li >
15
15
< li > < a href ="/category/como-lo-hago.html "> Cómo lo hago</ a > </ li >
16
16
< li > < a href ="/category/articulos/noticias.html "> Noticias</ a > </ li >
17
+ < li > < a href ="/community.html "> Comunidad</ a > </ li >
17
18
< li class ="hidden-xs "> < a href ="/search.html "> < i class ="fa fa-search "> </ i > </ a > </ li >
18
19
< li class ="visible-xs "> < a href ="/search.html "> < i class ="fa fa-search "> </ i > Buscar</ a > </ li >
19
20
</ ul >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ title: Comunidad
4
+ permalink: community.html
5
+ description: Página de los aportes de la comunidad, aquí encontraras las entradas que han sido escritas por los contribuidores de Codehero.
6
+ ---
7
+ < div class ="row ">
8
+ < div class ="contenido-fondo-blanco col-xs-12 col-sm-9 col-md-9 ">
9
+ {% for post in site.posts %}
10
+ {% if post.categories contains 'comunidad' %}
11
+ {% include article-section.html %}
12
+ {% endif %}
13
+ {% endfor %}
14
+ </ div >
15
+ {% include ads-section.html %}
16
+ </ div >
You can’t perform that action at this time.
0 commit comments