Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bokwoon95 committed Oct 13, 2024
1 parent 11cfa9a commit 23e6595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions embed/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,15 +342,15 @@
</div>
{{- if and (eq (head $.FilePath) "pages") (eq (ext $.FilePath) ".html") }}
<div class='mt2'>
<a href=''>the essential guide to writing HTML pages in Notebrew</a>
<a href='https://notebrew.com/documentation/the-essential-guide-to-writing-html-pages-in-notebrew/'>The Essential Guide to Writing HTML Pages in Notebrew</a>
</div>
{{- else if and (eq (head $.FilePath) "posts") (eq (ext $.FilePath) ".md") }}
<div class='mt2'>
<a href=''>how do I insert links? how do I make text bold?</a>
<a href='https://notebrew.com/documentation/markdown-reference/'>Markdown Reference</a>
</div>
{{- else if and (eq (head $.FilePath) "output") (eq (head (tail $.FilePath)) "themes") (eq (ext $.FilePath) ".html") }}
<div class='mt2'>
<a href=''>the essential guide to writing HTML pages in Notebrew</a>
<a href='https://notebrew.com/documentation/the-essential-guide-to-writing-html-pages-in-notebrew/'>The Essential Guide to Writing HTML Pages in Notebrew</a>
</div>
{{- end }}
{{- if or
Expand Down

0 comments on commit 23e6595

Please sign in to comment.