Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ github_username: rucs-uoft
# Build settings
markdown: kramdown
permalink: /:title
highlighter: rouge
58 changes: 0 additions & 58 deletions _includes/2019/issue.html

This file was deleted.

19 changes: 0 additions & 19 deletions _includes/2019/letter.html

This file was deleted.

63 changes: 0 additions & 63 deletions _includes/2019/team.html

This file was deleted.

3 changes: 1 addition & 2 deletions _includes/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<h3>Past Issues</h3>
</div>
<ul>
<li><a href="{{ site.baseurl }}/archive_2018"><b>2018-2019</b></a></li>
<li><a href="{{ site.baseurl }}/archive_2017"><b>2017-2018</b></a></li>
<li><a href="{{ site.baseurl }}/archive_2017"><b>2017-2018</b></a></li>
<li><a href="{{ site.baseurl }}/archive_2016"><b>2016-2017</b></a></li>
<li><a href="{{ site.baseurl }}/archive_2015"><b>2015-2016</b></a></li>
<ul>
Expand Down
2 changes: 0 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
<link href="{{ site.baseurl }}/css/post.css" type="text/css" rel="stylesheet" media="screen,projection" />
{% endif %}

<!-- Rouge Syntax Highlighting -->
<link href="{{ site.baseurl }}/css/syntax.css" rel="stylesheet" />
<!-- MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
Expand Down
6 changes: 0 additions & 6 deletions _includes/partials/download-button.html

This file was deleted.

4 changes: 2 additions & 2 deletions _includes/table_of_contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@


<div class="toc-chapter-content" id="current-issue">
{% include 2019/issue.html %}
{% include 2018/issue.html %}
</div>

<div class="toc-chapter-content" id="archive">
Expand Down Expand Up @@ -120,7 +120,7 @@
<div class="collapsible-header toc-title">Current Issue</div>
<div class="collapsible-body">
<!--content-->
{% include 2019/issue.html %}
{% include 2018/issue.html %}
</div>
</li>

Expand Down
Loading