diff --git a/architecture/how-do-i-link-prev-next.md b/architecture/how-do-i-link-prev-next.md
index 9f068a4..4fe1ad6 100644
--- a/architecture/how-do-i-link-prev-next.md
+++ b/architecture/how-do-i-link-prev-next.md
@@ -9,7 +9,7 @@ Tags: multiple item region, perch_content_custom
## When using a multiple item region, particularly with a list/detail display, it is sometimes useful to be able to link to the next or previous item in that region. This can be done with some simple filtering and ordering using `perch_content_custom()`
-Here's the scenario; we have a multiple item region set up using the [list and detail](/architecture/how-do-i-create-list-detail-pages) approach. On the detail page, it would be great to be able to show links to the previous and next items in the list, with the user needing to navigate back to the list to find them.
+Here's the scenario; we have a multiple item region set up using the [list and detail](/architecture/how-do-i-create-list-detail-pages) approach. On the detail page, it would be great to be able to show links to the previous and next items in the list, without the user needing to navigate back to the list to find them.
To do this we need three `perch_content_custom()` calls:
diff --git a/templates/add-touch-icons.md b/templates/add-touch-icons.md
new file mode 100644
index 0000000..2530194
--- /dev/null
+++ b/templates/add-touch-icons.md
@@ -0,0 +1,32 @@
+Created by: Alex Hardy
+Created date: 2015-09-28
+Last updated: 2015-09-28
+Authors: Alex Hardy
+Title: How do I add touch icons to my site?
+Tags: templates
+
+# How do I add touch icons to my site?
+
+## You want to add touch icons, without uploading multiple image files for each size
+
+You can use Perch's [image resize features](https://grabaperch.com/features/upload-crop-and-resize-images) tag to do that. Create a Perch editable region, using the code below as a template. You'll want to make the region shared, and place it in the head of your pages.
+
+
+ " />
+
+ " />
+
+ " />
+
+ " />
+
+ " />
+
+ " />
+
+ " />
+
+ " />
+
+ " />
+
\ No newline at end of file