summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2018-07-26 16:33:15 +0100
committerAdam Spragg <adam@spra.gg>2018-07-26 16:33:15 +0100
commit596971682c61029cc057f842e7850ed899df6677 (patch)
tree650c5d8df0226dcbcd2a53635ef9adb99a9572f3 /html
parenta5de4e1e1f7fbf10d234957c28a8358c2fb9768c (diff)
Add mailTemplate() to the projects page
Diffstat (limited to 'html')
-rw-r--r--html/projects/index.php11
l---------html/projects/mailTemplate.git1
2 files changed, 11 insertions, 1 deletions
diff --git a/html/projects/index.php b/html/projects/index.php
index 88c5ed1..86b024f 100644
--- a/html/projects/index.php
+++ b/html/projects/index.php
@@ -16,7 +16,14 @@
<li>Browsable repository: <a href="cgit.cgi/spragg-ssl.co.uk/">cgit.cgi/spragg-ssl.co.uk</a></li>
<li>Cloneable repository: <a href="spragg-ssl.co.uk.git">spragg-ssl.co.uk.git</a></li>
</ul>
- <p>Hm. Why does browse→browsable (no "e"), but clone→cloneable (with "e")?</p>
+ </section>
+
+ <section>
+ <h2>mailTemplate - Using PHP files as email templates</h2>
+ <ul class="commit">
+ <li>Browsable repository: <a href="cgit.cgi/mailTemplate/">cgit.cgi/mailTemplate</a></li>
+ <li>Cloneable repository: <a href="mailTemplate.git">mailTemplate.git</a></li>
+ </ul>
</section>
<section>
@@ -31,6 +38,8 @@
</section>
<p style="margin-top: 3em;">To be continued...</p>
+
+ <p>(Hm. Why does browse→browsable (no "e"), but clone→cloneable (with "e")?)</p>
</main>
<footer>
<?php echo indent(site_footer(), 3); ?>
diff --git a/html/projects/mailTemplate.git b/html/projects/mailTemplate.git
new file mode 120000
index 0000000..12c8f7b
--- /dev/null
+++ b/html/projects/mailTemplate.git
@@ -0,0 +1 @@
+/srv/git/mailTemplate.git \ No newline at end of file