Some checks failed
Build Hugo Site / build (push) Failing after 19s
- Custom cyberpunk/console theme with pure CSS - Event management with RSS and iCal calendar feeds - Gitea workflow for automated deployment - Complete documentation and setup instructions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
239 B
HTML
10 lines
239 B
HTML
{{ if .IsHome }}
|
|
<h1>{{ site.Title }}</h1>
|
|
<div class="ascii-border">
|
|
<pre>
|
|
+===================================================================+
|
|
</pre>
|
|
</div>
|
|
{{ else }}
|
|
<h2><a href="{{ "/" | relURL }}">{{ site.Title }}</a></h2>
|
|
{{ end }} |