mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
feat: Copy to Clipboard Button.
This commit is contained in:
@@ -12,5 +12,6 @@
|
||||
- [ ] Backslash in shrug not visible.
|
||||
- [ ] include-code shortcode (`{{< include-code ... >}}`) — i-ported-fd-to-odin
|
||||
- [x] Nix build integration — main flake runs thor + tailwindcss instead of Hugo
|
||||
- [ ] Copy-to-clipboard button on code blocks (was in Hugo's custom-head.html)
|
||||
- [ ] Fix copy-to-clipboard button x-axis positioning inside code blocks
|
||||
- [ ] Content-hash fingerprinting for CSS and JS cache busting
|
||||
- [ ] OpenGraph meta tags
|
||||
|
||||
+2
-2
@@ -175,9 +175,9 @@ render_chrome :: proc(page_title: string, body: string) -> string {
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>%s</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="stylesheet" href="/css/main.css?v=2">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/atom-one-dark.min.css">
|
||||
<script src="/js/main.js" defer></script>
|
||||
<script src="/js/main.js?v=2" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
%s%s<footer>
|
||||
|
||||
Reference in New Issue
Block a user