Add hammerheadcaf download link

Change-Id: Ib83398ad7dbc5384db960b0acff600ee12335584
diff --git a/_devices/lgnexus5.markdown b/_devices/lgnexus5.markdown
index 3873ce6..904fd50 100644
--- a/_devices/lgnexus5.markdown
+++ b/_devices/lgnexus5.markdown
@@ -17,7 +17,28 @@
 

 {% include appinstall.html %}

 

-{% include download.html %}

+<div class='page-heading'>Download Links:</div>

+<hr />

+<p class="text">Normal (recommended):</p>

+<ul>

+{% for mirror in site.data.mirrors %}

+  <li>

+    <a href="{{ mirror.baseurl }}hammerhead">

+      {{ mirror.description }}

+    </a>

+  </li>

+{% endfor %}

+</ul>

+<p class="text">hammerheadcaf (use only if you know this is what you need):</p>

+<ul>

+{% for mirror in site.data.mirrors %}

+  <li>

+    <a href="{{ mirror.baseurl }}hammerheadcaf">

+      {{ mirror.description }}

+    </a>

+  </li>

+{% endfor %}

+</ul>

 

 {% include twrpinstall.html %}