2 Commits

Author SHA1 Message Date
063bdccf1b Second deployment test. 2026-03-29 18:13:15 -07:00
67cbcd85bd Tweaking to test deployment. 2026-03-29 18:10:51 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{{define "title"}} — Queue{{end}}
{{define "content"}}
<h2>Reading Queue</h2>
<h2>Metacircular Reading Queue</h2>
{{if not .Documents}}
<div class="card">
<p>No documents in queue.</p>

View File

@@ -3,7 +3,7 @@
{{define "content"}}
<div class="auth-header">
<div class="brand">mcq</div>
<div class="tagline">Reading Queue</div>
<div class="tagline">Metacircular Reading Queue</div>
</div>
<div class="card">
{{if .Error}}<div class="error">{{.Error}}</div>{{end}}