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 dbe17c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 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 Down
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 dbe17c6

Please sign in to comment.