Skip to content

Commit c3da5c2

Browse files
committed
??
1 parent 1af7cc0 commit c3da5c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ <h1 class="title-logo" align="center" style="margin-bottom: 10px;">
3131

3232
<p style="margin-bottom: 7px">{{ site.description | default: site.github.project_tagline }}</p>
3333

34-
<!-- {% if site.show_downloads %}
34+
{% if site.show_downloads %}
3535
<ul class="downloads" style="margin-bottom: 7px">
3636
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
3737
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
3838
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
3939
</ul>
40-
{% endif %} -->
40+
{% endif %}
4141

4242
<h3 style="margin-bottom: 7px">Team Members</h3>
4343
<ul class="toc">

assets/css/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ code {
3232
font-size: 12px;
3333
}
3434

35-
// .title-logo {
36-
// font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
37-
// }
35+
.title-logo {
36+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
37+
}
3838

3939

4040

0 commit comments

Comments
 (0)