diff options
author | Jordan <me@jordan.im> | 2024-11-27 20:16:21 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2024-11-27 20:16:21 -0700 |
commit | f2e09f4f05fae85664ea12b23a80b80216e75200 (patch) | |
tree | 1519d96b9e05274ea32c63f6a4b393926ae15704 /templates/index.html | |
parent | b3a2e18873e83877cf5a16a9f49fdad2daef557c (diff) | |
download | crane-f2e09f4f05fae85664ea12b23a80b80216e75200.tar.gz crane-f2e09f4f05fae85664ea12b23a80b80216e75200.zip |
templates: cleanup; use control flags, handler functions
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 577e697..0000000 --- a/templates/index.html +++ /dev/null @@ -1,19 +0,0 @@ -{{ template "layout.html" . }} -{{ define "content" }} -<div class="header-desc"> -<p> -This library consists primarily of academic literature material to emancipatory -movements engaged in the active resistance of violent systems of domination -which subordinate nature and its denizens to hedonic, capitalist ends. -</p> -<p> -Please share these articles. Leave them in a printer. Defend the animals, -trees, and rivers from those who seek to instrument their vulnerability. Tend -to the gardens, water the flowers, clean the volcanoes. -</p> - -{{ block "topics" . }}{{ end }} -</div> - -{{ block "list" . }}{{ end }} -{{ end }} |