diff options
author | Zach van Rijn <me@zv.io> | 2021-05-29 13:15:21 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-05-29 13:15:21 -0500 |
commit | 7b71e36972337da21ee8bdb033039e8ffe8028d3 (patch) | |
tree | 313da798d7e5d8cb193f3e5dba86f37085f058f0 /src/publications | |
parent | 75d22852dac063a6312699ea20a7bab82b6100c1 (diff) | |
download | site-ng-7b71e36972337da21ee8bdb033039e8ffe8028d3.tar.gz site-ng-7b71e36972337da21ee8bdb033039e8ffe8028d3.tar.bz2 site-ng-7b71e36972337da21ee8bdb033039e8ffe8028d3.tar.xz site-ng-7b71e36972337da21ee8bdb033039e8ffe8028d3.zip |
Add favicon, update references.
Diffstat (limited to 'src/publications')
-rw-r--r-- | src/publications/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publications/index.html b/src/publications/index.html index 7c802e8..adc963f 100644 --- a/src/publications/index.html +++ b/src/publications/index.html @@ -7,7 +7,7 @@ <meta name="keywords" content=""> <title>Coming Soon</title> <!-- Favicon --> - <link href="/assets/images/favicon.png" rel="shortcut icon"> + <link href="/assets/images/icons/favicon.ico" rel="shortcut icon"> <!-- CSS --> <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> |