Skip to content

Commit

Permalink
Changed master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed Mar 5, 2021
1 parent 5eae2ff commit f9aeda6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Site
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ Old (v0.x.x) | New (v1.x.x) | Comments

## Copyright and license

Aw yiss, code released under [MIT License](https://github.com/kapoko/delicious-hamburgers/blob/master/LICENSE). Have at it 🤘.
Aw yiss, code released under [MIT License](https://github.com/kapoko/delicious-hamburgers/blob/main/LICENSE). Have at it 🤘.
2 changes: 1 addition & 1 deletion site/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2 class="is-size-5 is-size-3-desktop">{{ .Title }}</h2>
</button>` .Params.class }}
{{ highlight $code "html" "" }}

<p><strong>4.</strong> Add class <code>.active</code> to activate the animation. For all customisation options and more info check out the <a href="https://github.com/kapoko/delicious-hamburgers/blob/master/README.md" target="_blank">README</a> file.</p>
<p><strong>4.</strong> Add class <code>.active</code> to activate the animation. For all customisation options and more info check out the <a href="https://github.com/kapoko/delicious-hamburgers/blob/main/README.md" target="_blank">README</a> file.</p>
</div>
</div>
{{ end }}
4 changes: 2 additions & 2 deletions site/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="column has-text-centered pt-xxl pb-xxl">
<h2>Tasty?</h2>
<p class="is-size-6 is-size-5-tablet mt-sm">
Everything you need to get started is in the <a href="https://github.com/kapoko/delicious-hamburgers/blob/master/README.md">README</a> file.
Everything you need to get started is in the <a href="https://github.com/kapoko/delicious-hamburgers/blob/main/README.md">README</a> file.
</p>
</div>
</div>
Expand All @@ -15,7 +15,7 @@ <h2>Tasty?</h2>
<div class="columns">
<div class="column has-text-centered">
<p class="has-text-grey is-size-7 is-size-6-tablet mt-sm mb-sm">
<span class="is-hidden-mobile">Code released under</span> <a href="https://github.com/kapoko/delicious-hamburgers/blob/master/LICENSE">MIT License</a>
<span class="is-hidden-mobile">Code released under</span> <a href="https://github.com/kapoko/delicious-hamburgers/blob/main/LICENSE">MIT License</a>
<span class="middot">&middot;</span>
<a class="npm" href="https://www.npmjs.com/package/delicious-hamburgers">
<img alt="npm" src="https://img.shields.io/npm/v/delicious-hamburgers">
Expand Down

0 comments on commit f9aeda6

Please sign in to comment.