tRemove public file listing from html view - adamsgaard.dk - my academic webpage
HTML git clone git://src.adamsgaard.dk/adamsgaard.dk
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 20880c4ed3e9a00084385ec573cf09748ab5f65f
DIR parent eb713298246678659a40a9e4888ec2ea01503936
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 4 Apr 2020 00:17:36 +0200
Remove public file listing from html view
Diffstat:
M common/pagebegin.html | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/common/pagebegin.html b/common/pagebegin.html
t@@ -41,7 +41,6 @@
<a href="files/cv.pdf" title="CV as .pdf" class="btn">CV</a>
<a href="https://src.adamsgaard.dk" title="Software projects" class="btn">Code</a>
<a href="https://andersdamsgaard.com" title="Photography portfolio" class="btn">Photo</a>
- <a href="files/" title="Public files" class="btn">Files</a>
<a href="gopher://adamsgaard.dk" title="Gopher Mirror" class="btn">Gopher</a>
</td>
</tr>