Skip to content

Commit

Permalink
improved favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
romsto committed Apr 8, 2024
1 parent dd35292 commit 35be12d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Language and Data Intelligence Laboratory (LDI) website is built using [Jeky

## Build and Deploy Locally

*This section concerns the local development of the website. If you want to deploy the website to Github Pages, no actions are needed except pushing the changes to the `main` branch.*
*This section concerns the local development of the website. If you want to deploy the website to Github Pages, no actions are needed except pushing the changes to the `master` branch.*

In order to build the website, you will need to have [Ruby](https://www.ruby-lang.org/en/) and [Bundler](https://bundler.io/) installed.

Expand Down
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ site.title }}</title>
<link rel="icon" src="{{ site.url }}{{ site.baseurl }}/favicon.ico" type="image/x-icon">
<link rel="icon" src="{{ site.url }}{{ site.baseurl }}/favicon.ico" sizes="any">
<link rel="icon" src="{{ site.url }}{{ site.baseurl }}/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/assets/css/main.css">
{% seo title=false %}
<script>
Expand Down
Binary file modified favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35be12d

Please sign in to comment.