1
0
Commit Graph

29 Commits

Author SHA1 Message Date
185bd80750
error50x made into universal error page. Also Error() handler was made that checks for cURL and Wget, and if find, then use built-in plaintext http.Error, and web.errorXXX otherwise. 2023-05-24 23:50:10 +04:00
6e9ad9323c
Added error50x template. 2023-05-24 23:20:05 +04:00
06dfcaac8e
Removed excessive wtih word in index.jade. 2023-05-24 23:09:47 +04:00
c53dab9e6b
Oops, that site argument isn't needed. 2023-05-21 20:25:26 +04:00
15dd184106
Added deleted page to show if file was successfully deleted. 2023-05-21 20:21:41 +04:00
ac92fe7d0b
error404.jade update. 2023-05-14 01:26:55 +04:00
0007c5e21b
Added my full name to a footer. 2023-03-12 04:11:24 +04:00
71c6aae91d
More compact and sane template with less wording. 2023-03-12 00:36:46 +04:00
d3abf5514d
Ignore *.jade.go files. Fixed jade templates. Added go generate to Makefile. 2023-02-23 18:28:01 +04:00
4a49bf30a3
Version up to 23.8.0. Changed arav.top to arav.su. Fixed templates. Deleted pre-compiled ones. 2023-02-23 18:16:06 +04:00
d554aa0a50
Added site address to displayed link. 2022-08-01 01:08:35 +04:00
44cfddd31d
Fixed another typo. 2022-07-02 04:05:46 +04:00
fc600352d4
Fixed a typo in an index template. 2022-07-01 23:16:59 +04:00
485472b9f8
Added mention of logging of file deletions in a privacy statements section. 2022-07-01 04:19:29 +04:00
26974fa5ec
Why did I put .center for every p if I could add it just for a section..? Nevermind. 2022-07-01 04:09:23 +04:00
8d007faaf5
Added .center class to delete section. 2022-07-01 04:05:42 +04:00
985dfaa8ab
Added a Delete section in an index template. 2022-07-01 03:59:01 +04:00
52ab9a3167
These parts aren't needed. 2022-06-14 18:45:44 +04:00
7a8b7964ec
I modified templates to include a base.jade, and to alter blocks defined in a base with block append.
But jade behave that that blocks are actually being appended to theirs places, but they are also being included to the end of a file. So, I had to manually modify resulted .jade.go files.
2022-06-14 18:45:23 +04:00
c90939eeac
Fixed var type in an index template. 2022-06-13 20:55:52 +04:00
677aaa288a
Unfortunately, Jade cannot extend templates. Instead you must include parts. 2022-06-13 20:00:49 +04:00
09eaecd8ed
Assets and templates are moved to root/web. 2022-05-25 00:28:33 +04:00
61dae0e57f
Moved web dir inside internal/handlers for go:embed. 2022-02-08 17:44:49 +04:00
ebc4442540
New Jade templates. 2022-02-08 04:24:20 +04:00
435c32c500
Remove Amber templates. 2022-02-08 04:22:41 +04:00
6a8da44ee5
Superior 404 template. xDDD 2022-02-07 23:10:10 +04:00
3b851637e5
Added blocks head and header in base.amber. 2022-02-07 23:09:49 +04:00
d893a9492b
A NotFound page template. 2022-02-07 22:52:20 +04:00
473b23cbb0
Amber templates. 2022-02-07 04:49:10 +04:00