diff options
| -rwxr-xr-x | Makefile | 1 | ||||
| -rw-r--r-- | authors.md | 10 | ||||
| -rwxr-xr-x | footer.html | 5 |
3 files changed, 14 insertions, 2 deletions
@@ -1,4 +1,5 @@ TARGETS=index.html\ + authors.html\ studies/exams.html\ studies/subjects/computer-science.html\ studies/subjects/economics.html\ diff --git a/authors.md b/authors.md new file mode 100644 index 0000000..c72d38e --- /dev/null +++ b/authors.md @@ -0,0 +1,10 @@ +--- +title: Authors +date: May 2025 +--- + +## 2025 + +| Ed in Chief: Mohit Agarwal +| OTHER WRITERS +| Ellie Trace (Economics) diff --git a/footer.html b/footer.html index ab53241..9c89642 100755 --- a/footer.html +++ b/footer.html @@ -1,8 +1,9 @@ <hr> <p> How to St Andrews is provided free of charge and is copyright (c) 2025 -of <a href="https://mohit.uk">Mohit Agarwal</a> and the other authors -who have worked on the project. +of <a href="https://mohit.uk">Mohit Agarwal</a> and the +<a href="https://mohit.uk/how-to-st-andrews/authors.html">other authors +who have worked on the project</a>. </p> <p> This project is not affiliated or endorsed by the University of St |
