Skip to content

Commit

Permalink
Merge pull request #57 from oAGoulart/updates
Browse files Browse the repository at this point in the history
Add icon and minor updates
  • Loading branch information
oAGoulart authored Jan 16, 2021
2 parents ec8fcdc + 3e2a615 commit 43d6390
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/foot.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>

<!-- Default scripts -->
<script type="text/javascript" src="{{ '/assets/js/navbar.js' | absolute_url }}" integrity="sha384-/gP+91gAFnWtZpy36VihV4TJOfyzBpII643sv0A+dAsC+S0N4dJGlTzTGikTu4dg" crossorigin="anonymous"></script>
<script type="text/javascript" src="{{ '/assets/js/navbar.js' | absolute_url }}"></script>
<script type="text/javascript" src="{{ '/assets/js/validate.js' | absolute_url }}"></script>
2 changes: 1 addition & 1 deletion assets/js/navbar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
"use strict";

var toggleNavbar = function() {
$(".navbar-burger").click(function() {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/validate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
"use strict";

function toggleSuccessDanger(element, success) {
if (success) {
Expand Down
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions vitrina.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")

s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.5'
s.add_runtime_dependency 'github-pages'

s.add_development_dependency 'html-proofer', '~>3.15'
Expand Down

0 comments on commit 43d6390

Please sign in to comment.