1
0
Commit Graph

47 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
ec2656c719
jade.go is being automatically generated, so no need to keep it. Also removed unneeded flags from go:generate in web.go. 2023-05-24 22:28:36 +04:00
ce6d81ad55
Added /f/ to robots.txt. 2023-05-24 02:57:41 +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
8e92ef003e
A little fix of formatting in main.css. 2023-05-14 01:19:45 +04:00
8925f2ce24
Added robots.txt file and its handler. 2023-05-13 16:00:38 +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
d48f10baa5
Regenerated compiled index template. 2022-07-01 04:15:05 +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
870b35cb65
Set text input to 100% width in a @media section. 2022-07-01 04:08:12 +04:00
8d007faaf5
Added .center class to delete section. 2022-07-01 04:05:42 +04:00
2c130b950f
Updated manually modified compiled index template. 2022-07-01 04:00:28 +04:00
e2a9185300
Added a CSS style for input of text type. 2022-07-01 03:59:37 +04:00
985dfaa8ab
Added a Delete section in an index template. 2022-07-01 03:59:01 +04:00
0fcebc15ce
Oops, accidentally removed writting of index_8. 2022-06-14 18:49:45 +04:00
a5ee7c2604
I removed repeats from them and changed extention to not suddenly overwrite them. 2022-06-14 18:47:11 +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
6a9c5d0655
Added flags for using of a standard library to a jade compiler. 2022-06-14 18:40:21 +04:00
c90939eeac
Fixed var type in an index template. 2022-06-13 20:55:52 +04:00
c81f57767c
Pre-generated templates. 2022-06-13 20:24:17 +04:00
55c964fa86
Jade's helper library for templates. 2022-06-13 20:02:33 +04:00
dc7652a137
Removed code for old template compiling. Added go:generate commands to generate template functions. 2022-06-13 20:02:12 +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
d142bbcd7d
Templates are moved off to root/web directory. 2022-05-25 00:27:30 +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
907bdeffcc
Updated CSS style. 2022-02-08 04:24:04 +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
7fd1fe0c21
Add favicon.sbg. 2022-02-07 04:48:54 +04:00
532e786cae
Add main.css. 2022-02-07 04:48:44 +04:00