generated from burned-salmon/deploy-to-neocities-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed image on main page; fixed divider.tmpl
- Loading branch information
Catherine Oborski
committed
Sep 20, 2024
1 parent
bd19e8e
commit d0afabe
Showing
6 changed files
with
35 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
{# -*- coding: utf-8 -*- #} | ||
|
||
{% macro divider() %} | ||
{% if divider %} | ||
<div class=divider> | ||
<img src="/images/dragondivider.gif" alt="Dragon Divider" title="Dragon Divider" style="width: 30%; height: auto;"> | ||
</div> | ||
{% endif %} | ||
{% endmacro %} | ||
{% block dragon_divider %} | ||
<div class=divider> | ||
<img src="https://coborski.neocities.org/images/dragondivider.gif" alt="Dragon Divider" title="Dragon Divider" style="width: 30%; height: auto;"> | ||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.