Skip to content

Commit

Permalink
get rid of extra github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Dec 6, 2023
1 parent e51c476 commit f9841e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"github_url": "https://github.com/mbakker7/timml",
"use_edit_page_button": True,
"header_links_before_dropdown": 6,
"icon_links": [
{
"name": "GitHub", # Label for this link
"url": "https://github.com/mbakker7/timml", # required
"icon": "fab fa-github-square",
"type": "fontawesome", # Default is fontawesome
}
],
# "icon_links": [
# {
# "name": "GitHub", # Label for this link
# "url": "https://github.com/mbakker7/timml", # required
# "icon": "fab fa-github-square",
# "type": "fontawesome", # Default is fontawesome
# }
# ],
}

html_context = {
Expand Down

0 comments on commit f9841e4

Please sign in to comment.