diff options
| author | Alexandre Jesus <adbjesus@gmail.com> | 2022-08-30 12:44:03 +0100 | 
|---|---|---|
| committer | Alexandre Jesus <adbjesus@gmail.com> | 2022-08-30 12:44:03 +0100 | 
| commit | a7fb9ba9fa838a9f50a8864b5ec64aadb8a478da (patch) | |
| tree | 9ac5614620a8177f123b1ad22da6ade8cc93689d /templates/base.html | |
| parent | 4f46cdfe1c74f768f4e2f29bea345f2f7bd0e5be (diff) | |
| download | adbjesus.com-a7fb9ba9fa838a9f50a8864b5ec64aadb8a478da.tar.gz adbjesus.com-a7fb9ba9fa838a9f50a8864b5ec64aadb8a478da.zip  | |
Add link to git.adbjesus.com
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index b41a37c..4e3489d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -58,6 +58,9 @@                <a href="/teaching/" class="navbar-unselected">Teaching</a>              {% endif %}            </li> +          <li> +            <a href="https://git.adbjesus.com" class="navbar-unslected">Git</a> +          </li>          </ul>        </div>      </header>  | 
