Skip to content

Commit

Permalink
fix git link break
Browse files Browse the repository at this point in the history
  • Loading branch information
langtonhugh committed Apr 24, 2024
1 parent 04ff324 commit 5124db0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ navbar:
- text: "About"
href: about.html
- icon: fa fa-github
- href: https://github.com/langtonhugh/rum_umc
href: https://github.com/langtonhugh/rum_umc
output: distill::distill_article
theme: theme.css
3 changes: 1 addition & 2 deletions docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2440,10 +2440,9 @@ <h3>${suggestion.title}</h3>
<div class="nav-right">
<a href="index.html">Meet-ups</a>
<a href="about.html">About</a>
<a>
<a href="https://github.com/langtonhugh/rum_umc">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://github.com/langtonhugh/rum_umc"></a>
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
</div>
</nav>
Expand Down
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2440,10 +2440,9 @@ <h3>${suggestion.title}</h3>
<div class="nav-right">
<a href="index.html">Meet-ups</a>
<a href="about.html">About</a>
<a>
<a href="https://github.com/langtonhugh/rum_umc">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://github.com/langtonhugh/rum_umc"></a>
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
</div>
</nav>
Expand Down
3 changes: 1 addition & 2 deletions docs/posts/session_1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2452,10 +2452,9 @@ <h3>${suggestion.title}</h3>
<div class="nav-right">
<a href="../../index.html">Meet-ups</a>
<a href="../../about.html">About</a>
<a>
<a href="https://github.com/langtonhugh/rum_umc">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://github.com/langtonhugh/rum_umc"></a>
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
</div>
</nav>
Expand Down
3 changes: 1 addition & 2 deletions docs/posts/session_2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2452,10 +2452,9 @@ <h3>${suggestion.title}</h3>
<div class="nav-right">
<a href="../../index.html">Meet-ups</a>
<a href="../../about.html">About</a>
<a>
<a href="https://github.com/langtonhugh/rum_umc">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://github.com/langtonhugh/rum_umc"></a>
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
</div>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"title": "About RUM-UMC",
"author": [],
"contents": "\r\nThis is the webpage for RUM-UMC, the R user meet-up for Amsterdam UMC. The goal of the group is to connect fellow R enthusiasts from across the university, share our knowledge, refine best practices, learn new stuff and have fun.\r\nAnyone is welcome to join the meet-ups, from beginners to seasoned pros. If you’d like to present something or raise a topic for discussion, please get in touch.\r\n\r\n\r\n\r\n",
"last_modified": "2024-04-24T18:29:24+02:00"
"last_modified": "2024-04-24T18:32:56+02:00"
},
{
"path": "index.html",
"title": "RUM-UMC",
"author": [],
"contents": "\r\n\r\n\r\n\r\n",
"last_modified": "2024-04-24T18:29:27+02:00"
"last_modified": "2024-04-24T18:32:57+02:00"
}
],
"collections": ["posts/posts.json"]
Expand Down

0 comments on commit 5124db0

Please sign in to comment.