diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-28 19:35:13 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-28 19:35:13 +0300 |
| commit | 7142e38a89ba412bbfa67402d1f459784979bc50 (patch) | |
| tree | 5b885c53736a3026fd95b5434b4a38cd22e4dcca | |
| parent | beec864ac8a790edeb8df2df68442d0aafdcc77b (diff) | |
Footer copy
| -rw-r--r-- | iss/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html index e7a0cd7..a010f26 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -19,7 +19,7 @@ {% endblock %} <hr class="mt5 dark-gray"> - <p class="near-white">Created by <a href="https://yuv.al/" class="link light-blue dim">Yuval Adam</a>, source code available at <a href="https://github.com/yuvadm/iss.guru" class="link light-blue dim">Github</a>.</p> + <p class="near-white">Created by <a href="https://yuv.al/" class="link light-blue dim">Yuval Adam</a>, source code available on <a href="https://github.com/yuvadm/iss.guru" class="link light-blue dim">Github</a>.</p> </div> </body> </html> |
