add .worktrees to gitignore and fix base.html comment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
.bedrockapikey
|
.bedrockapikey
|
||||||
.live-slot
|
.live-slot
|
||||||
|
.worktrees/
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- SEO defaults (child templates may override via {% block head %}) -->
|
<!-- SEO defaults (child templates may override via block head) -->
|
||||||
<link rel="canonical" href="{{ config.BASE_URL }}{{ request.path }}">
|
<link rel="canonical" href="{{ config.BASE_URL }}{{ request.path }}">
|
||||||
<meta property="og:title" content="{{ config.APP_NAME }}">
|
<meta property="og:title" content="{{ config.APP_NAME }}">
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
|
|||||||
Reference in New Issue
Block a user