Skip to content

Commit

Permalink
Merge pull request #37 from daviddarnes/master
Browse files Browse the repository at this point in the history
Fix Theme Overrides
  • Loading branch information
jpasholk authored Nov 24, 2023
2 parents de29453 + 5f688e0 commit 29b4bcf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
language: ruby
cache: bundler
script:
- bundle exec jekyll algolia --verbose
- bundle exec jekyll build
branches:
only:
# Change this to gh-pages if you're deploying using the gh-pages branch
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ locale: en_US

to_top: true

disqus: ""
# disqus: ""
twitter: "jpasholk"
github: "jpasholk"
buymeacoffee: "jpasholk"
Expand Down
7 changes: 1 addition & 6 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="{{ "/assets/css/syntax.css" | relative_url }}" type="text/css">
<!-- Overrides CSS -->
<link rel="stylesheet" href="{{ "/assets/css/theme-overrides.scss" | relative_url }}" type="text/css">
<link rel="stylesheet" href="{{ "/assets/css/theme-overrides.css" | relative_url }}" type="text/css">
<!-- UiKit Javascript -->
<script type="text/javascript" src="{{ "/assets/js/uikit.min.js " | relative_url }}"></script>
<script type="text/javascript" src="{{ "/assets/js/uikit-icons.min.js " | relative_url }}"></script>
Expand All @@ -79,9 +79,4 @@
enable_page_level_ads: true
});
</script>
<style>
.button, input[type=submit] {
-webkit-appearance: none;
}
</style>
</head>
File renamed without changes.

0 comments on commit 29b4bcf

Please sign in to comment.