Skip to content

Commit

Permalink
Fix broken formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dzervas committed Aug 10, 2024
1 parent a6f5379 commit a601711
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
# Be careful that if this is left too open, it could result in arbitrary file
# upload, as the filename is directly derived from the issue title
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
Expand All @@ -43,7 +45,6 @@ jobs:
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
publish_branch: gh-pages
publish_dir: ./public
github_token: ${{ secrets.GITHUB_TOKEN }}
force_orphan: true
cname: whynot.fail
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

11 changes: 8 additions & 3 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,14 @@ <h1 class='entry-title'> {{ .Title }}</h1>
{{ template "_internal/disqus.html" . }}

{{ with .Site.Params.social.utterances }}
<script src="https://utteranc.es/client.js" repo="{{ .repo }}" issue-term="{{ .issueTerm | default "
title" }}" theme="{{ .theme | default " github-light" }}" crossorigin="anonymous" async>
</script>
<script
src="https://utteranc.es/client.js"
repo="{{ .repo }}"
issue-term="{{ .issueTerm | default "title" }}"
theme="{{ .theme | default "github-light" }}"
crossorigin="anonymous"
async>
</script>
{{ end }}
</section>
</div>
Expand Down
2 changes: 0 additions & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
<link href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title | default "" }}" />
{{ end }}

{{ template "_internal/google_analytics_async.html" . }}

<!-- JavaScript -->
<script src="https://unpkg.com/jquery/dist/jquery.min.js" crossorigin="anonymous"></script>
<script defer src="https://unpkg.com/jquery-migrate/dist/jquery-migrate.min.js" crossorigin="anonymous"></script>
Expand Down

0 comments on commit a601711

Please sign in to comment.