Skip to content

Commit

Permalink
Merge pull request barryclark#4 from fbau3r/patch-minor-issues
Browse files Browse the repository at this point in the history
Patch minor issues
  • Loading branch information
Joel Glovier committed Aug 17, 2015
2 parents b5db9ed + 9e82219 commit 693b8fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ resume_theme: default

# Note: when editing locally, remember to restart
# your Jekyll server when you edit this file. Changes
# to _congif.yml are only recognized when the server starts
# to _config.yml are only recognized when the server starts
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
<link rel="stylesheet" href="css/main.css">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
4 changes: 2 additions & 2 deletions _includes/icon-links.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- annnd guess where these are defined? Yup, you guessed it: the _config.yml file -->
<!-- and guess where these are defined? Yup, you guessed it: the _config.yml file -->
{% if site.resume_social_links %}
<ul class="icon-links">

Expand Down Expand Up @@ -38,4 +38,4 @@
{% endif %}

</ul>
{% endif %}
{% endif %}
2 changes: 1 addition & 1 deletion _layouts/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h4 class="resume-item-details">Member in Good Standin &bull; 1994 &mdash; Prese
</div>

</section>
<!-- end Recognition -->
<!-- end Associations -->
{% endif %}

{% if site.resume_section_links %}
Expand Down

0 comments on commit 693b8fc

Please sign in to comment.