Skip to content

Commit f16ed45

Browse files
committed
Added ConfiGAP
Added a left arrow svg
1 parent 2c1834d commit f16ed45

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

_includes/images/arrow-left.svg

Lines changed: 3 additions & 0 deletions
Loading

_posts/2016-08-20-configap.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
type: tool
3+
link: http://configap.com/
4+
status: publish
5+
6+
title: ConfiGAP
7+
thumb: ./uploads/tool/2016-08/2016-08-20-ConfiGAP.png
8+
developer: Mobiscroll
9+
date: 2016-08-20 09:21:08.715769 +00:00
10+
permalink: /tool/configap
11+
---
12+
13+
ConfiGAP is an application designed to help you create the config.xml files used by Adobe® PhoneGap™ Build. If you have ever used PhoneGap Build, you know that creating the config.xml file can be a complex chore. ConfiGAP was built to make that process a bit easier.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2 class="tool__title">{{ post.title }}</h2>
3131
{% if paginator.previous_page %}
3232
<a href="{{ paginator.previous_page_path }}" class="pagination__previous">{% include images/arrow-right.svg %}Newer</a>
3333
{% else %}
34-
<span class="pagination__previous">{% include images/arrow-right.svg %}Newer</span>
34+
<span class="pagination__previous">{% include images/arrow-left.svg %}Newer</span>
3535
{% endif %}
3636

3737
{% assign pagination_padding = site.paginate_list_count | divided_by: 2 %}
6.67 KB
Loading

0 commit comments

Comments
 (0)