Skip to content

Commit

Permalink
Try without minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 23, 2024
1 parent 961016c commit 628f3f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Setup Node
Expand Down
1 change: 1 addition & 0 deletions scripts/shikify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ for (const file of indexFiles) {

// Write the new HTML
const newContent = dom.toString()
console.log("Updating", posts + "/" + file)
writeFileSync(posts + "/" + file, newContent)
}
2 changes: 1 addition & 1 deletion themes/paper/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<article>
<header class="mb-16">
<h1 class="!my-0 pb-2.5">{{ .Title }}</h1>
<a href="/"><h1 class="!my-0 pb-2.5">{{ .Title }}</h1></a>

{{ if ne .Type "page" }}
<div class="text-sm antialiased opacity-60">
Expand Down

0 comments on commit 628f3f6

Please sign in to comment.