|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | | - |
4 | | -<head> |
| 3 | + <head> |
5 | 4 | {% include mapnik.meta %} |
6 | | - <title>{{ page.title }}</title> |
7 | | - |
8 | | -</head> |
9 | | - |
10 | | -<body> |
11 | | - |
12 | | -{% include stickynav.html %} |
13 | | - |
14 | | -<div class="contain col12 clearfix"> |
15 | | - <div class='stickymove clearfix fill-light col2 pad2x'> |
16 | | - {% for post in site.categories.mapnik %} |
17 | | - {% if post.type != 'install' %} |
18 | | - <a class='block news' href="{{site.baseurl}}{{post.url}}">{{post.title}}</a> <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span><br> |
19 | | - {% endif %} |
20 | | - {% endfor %} |
| 5 | + <title>{{ page.title }}</title> |
| 6 | + </head> |
| 7 | + <body> |
| 8 | + {% include stickynav.html %} |
| 9 | + <div class="contain col12 clearfix"> |
| 10 | + <div class='stickymove clearfix fill-light col2 pad2x'> |
| 11 | + {% for post in site.categories.Mapnik %} |
| 12 | + {% if post.type != 'install' %} |
| 13 | + <a class='block news' href="{{site.baseurl}}{{post.url}}">{{post.title}}</a> <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span><br> |
| 14 | + {% endif %} |
| 15 | + {% endfor %} |
| 16 | + </div> |
| 17 | + <div class="stickymove clearfix pad4x col6"> |
| 18 | + <div class=''> |
| 19 | + <h3 class='space-bottom2 big'>{{ page.title }}</h3> |
| 20 | + {% for post in site.categories.Mapnik limit:12 %} |
| 21 | + {% if post.type != 'install' %} |
| 22 | + <p><a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br> |
| 23 | + <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span></p> |
| 24 | + <div class='col12 space-bottom2'> |
| 25 | + <p> {{ post.excerpt }}</p> |
| 26 | + <a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a> |
| 27 | + </div> |
| 28 | + <div class='col12 space-bottom4 '> |
| 29 | + <p><hr></p> |
| 30 | + </div> |
| 31 | + {% endif %} |
| 32 | + {% endfor %} |
21 | 33 | </div> |
22 | | - <div class="stickymove clearfix pad4x col6"> |
23 | | - |
24 | | - <div class=''> |
25 | | - |
26 | | - <h3 class='space-bottom2 big'>{{ page.title }}</h3> |
27 | | - |
28 | | - {% for post in site.categories.mapnik %} |
29 | | - {% if post.type != 'install' %} |
30 | | - <p><a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br> |
31 | | -<span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span></p> |
32 | | - <div class='col12 space-bottom2'> |
33 | | - <p> {{ post.excerpt }}</p> |
34 | | - <a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a> |
35 | | - </div> |
36 | | - <div class='col12 space-bottom4 '> |
37 | | - <p><hr></p> |
38 | | - </div> |
39 | | - |
40 | | - {% endif %} |
41 | | - {% endfor %} |
42 | | - |
43 | | - </div> |
44 | | - |
45 | | - </div> |
46 | | -</div> |
47 | | - |
48 | | - {% include footer.html %} |
49 | | - {% include scripts.html %} |
50 | | - |
51 | | -</body> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + {% include footer.html %} |
| 37 | + {% include scripts.html %} |
| 38 | + </body> |
52 | 39 | </html> |
53 | | - |
54 | | - |
0 commit comments