commercial-support: secondary name and URL
diff --git a/royale-commercial-support.html b/royale-commercial-support.html
index 4dd99a0..4df16d3 100644
--- a/royale-commercial-support.html
+++ b/royale-commercial-support.html
@@ -36,6 +36,12 @@
 			{% if item.url %}<a href="{{ item.url }}">{% elsif item.contactEmail %}<a href="mailto:{{ item.contactEmail }}">{% endif %}
 			{{ item.name }}
 			{% if item.url or item.contactEmail %}</a>{% endif %}
+			{% if item.secondaryName %}
+			<br><br>
+			{% if item.secondaryUrl %}<a href="{{ item.secondaryUrl }}">{% endif %}
+			{{ item.secondaryName }}
+			{% if item.secondaryUrl %}</a>{% endif %}
+			{% endif %}
 		</td>
 		<td>
 			{{ item.description }}