Add Dreams for Breakfast

This commit is contained in:
Madison Scott-Clary
2023-09-13 18:48:35 -07:00
parent d88ef86d3a
commit 220ac1fb85
6 changed files with 133 additions and 5 deletions

14
layouts/story/single.html Normal file
View File

@ -0,0 +1,14 @@
{{ define "main" }}
<main id="main" class="story">
<h2>{{ .Title }}</h2>
<h3 class="author">{{ .Params.author }}</h3>
<hr/>
<h2 class="character">{{ .Params.character }}</h3>
{{ .Content }}
</main>
<div class="gpt">
<p>By reading this free online version, you confirm that you are not associated with OpenAI, that you are not procuring information for the OpenAI corpus, associated with the ChatGPT project, or a user of the ChatGPT project focused on producing fictional content for dissemination.</p>
</div>
{{ end }}