|
9962251279
|
Changed About page a little.
|
2023-10-30 03:55:06 +04:00 |
|
|
5539cd7357
|
Added mccl on stuff page.
|
2023-10-30 03:54:47 +04:00 |
|
|
e705aa80a5
|
In mindflow admin changed grid template.
|
2023-09-25 18:49:26 +04:00 |
|
|
b0b1730699
|
Added a .quote class for mindflow.
|
2023-09-25 17:10:07 +04:00 |
|
|
cbaa2f32b4
|
Added a check for an empty line when check for a quotation in mindflow.pug.
|
2023-09-25 16:57:20 +04:00 |
|
|
24cf81a3ce
|
Moved a link to a footer of a post. Removed "Link:". Add span element if there is no URL, because justify-content: space-between is used, and without an element a date will move to the left with display: flex, even with text-align: right.
|
2023-09-25 16:55:42 +04:00 |
|
|
5bc4f13c38
|
Added qouting formatting in Mindflow.
|
2023-09-25 03:21:49 +04:00 |
|
|
a3525418f1
|
In about.pug: liquidsoap replaced by ezstream.
|
2023-09-25 01:13:14 +04:00 |
|
|
fb7459c021
|
Added a tip for that quotation exists in a guestbook.
|
2023-09-25 00:34:55 +04:00 |
|
|
85a3a9692e
|
A big revamp for mindflow and RSS. First of all, now RSS is 100% valid and has actual links instead of just a link to a post in a mindflow. Also, on mindflow page each post that has a URL field set has it displayed as Link: ... .
|
2023-09-25 00:23:06 +04:00 |
|
|
a464a11ea8
|
In errorXXX.pug fixed tabulation to spaces.
|
2023-09-24 20:51:51 +04:00 |
|
|
948715d8eb
|
Fill Metadata slice in init(). Removed GetArticleMetadata. A slice instead was made public.
|
2023-09-24 20:43:36 +04:00 |
|
|
48e7a86312
|
Part of GetArticle() for loading an article from a file was moved out to init() func.
|
2023-09-24 20:00:17 +04:00 |
|
|
72b09218f8
|
In web/articles.go made use of a constructor. Also, since a constructor returns a pointer, map also now stores a pointer to Article.
|
2023-09-24 19:05:22 +04:00 |
|
|
caf096c0f6
|
In rss.pug fixed date formatting.
|
2023-09-23 21:49:09 +04:00 |
|
|
98e948f982
|
In rss.pug fixed link tag. Jade treats it like an HTML's link self-closing tag.
|
2023-09-23 19:56:12 +04:00 |
|
|
a315679847
|
On stuff page: updated version and release date for kwh-cost.
|
2023-09-23 05:24:11 +04:00 |
|
|
38dadee5af
|
On stuff page: updated description for PiggyBank.
|
2023-09-23 05:13:43 +04:00 |
|
|
f572f4b3e5
|
On stuff page: commented out auto-claimer-vkpl because it stopped working and I don't bother to fix it; Updated version and release date for httpr.
|
2023-09-23 05:11:08 +04:00 |
|
|
1aaf2e8474
|
Added my name and surname in a footer.
|
2023-09-23 04:46:25 +04:00 |
|
|
ff70cd8ade
|
Fixed a comment for GetArticleMetadata() func. It is actually is being sorted by ID, not data.
|
2023-09-23 04:25:32 +04:00 |
|
|
fbb4389065
|
In GetArticle() func removed unnecessary else {} nesting.
|
2023-09-23 04:23:33 +04:00 |
|
|
69493f50aa
|
In web.go removed a comment for how to install a Jade compiler.
|
2023-09-23 04:20:31 +04:00 |
|
|
4523e5a622
|
Oh, I forgot that inline styling and in a head tag are forbidden. Moving out to a file.
|
2023-08-13 01:46:15 +04:00 |
|
|
4a29a9754b
|
Added leading slash to path to a PGP pubkey.
|
2023-08-13 01:25:05 +04:00 |
|
|
4fe528f141
|
Fixed rel='canonical' href.
|
2023-08-13 01:21:16 +04:00 |
|
|
c21d117120
|
Added missing leading slashes for rss links.
|
2023-08-13 01:20:45 +04:00 |
|
|
8a278c6052
|
Fixed position of a background image on an index page.
|
2023-08-13 00:03:29 +04:00 |
|
|
91d7d79109
|
Added auto-claimer-vkpl. Updated versions of justcaptcha and httpr.
|
2023-08-12 23:58:48 +04:00 |
|
|
b63d5e1ac0
|
Add space between links in a table.
|
2023-08-12 23:58:13 +04:00 |
|
|
16ae8d4dca
|
Show Go back link on an error page.
|
2023-08-12 23:57:55 +04:00 |
|
|
78e5695f53
|
Set min-height so a background image will be at the bottom of a window.
|
2023-08-06 04:19:42 +04:00 |
|
|
5802410fa4
|
GetArticlesMetadata() -> GetArticleMetadata()
|
2023-07-29 17:59:36 +04:00 |
|
|
7d7a1611ae
|
On about page updated Game servers section.
|
2023-07-24 00:11:42 +04:00 |
|
|
1cb73e088d
|
On about page info on running services was updated.
|
2023-07-23 23:53:33 +04:00 |
|
|
8a12af339c
|
From xmpp: link removed double slashes.
|
2023-07-23 23:49:14 +04:00 |
|
|
dc921ada8d
|
In sitemap.xml a /privacy page was added.
|
2023-07-23 23:47:13 +04:00 |
|
|
2d3022aa27
|
old-category field is doesn't needed anymore as well.
|
2023-07-23 23:17:02 +04:00 |
|
|
a81375fc34
|
Removed ability to create new category when editing/creating a post.
|
2023-07-23 23:12:14 +04:00 |
|
|
053e22d131
|
Onion is back! Also made ab address for an upload service.
|
2023-06-26 04:07:50 +04:00 |
|
|
7fa3918699
|
Added a link to Privacy statements in a footer.
|
2023-06-12 23:05:45 +04:00 |
|
|
3ea4900341
|
Removed Privacy statements from About page.
|
2023-06-12 23:05:31 +04:00 |
|
|
023f2d1ac4
|
Added Privacy page.
|
2023-06-12 23:05:06 +04:00 |
|
|
f83c17d5b3
|
Updated lastmod in sitemap.xml.
|
2023-06-04 17:59:16 +04:00 |
|
|
9ed38229f7
|
Converted mikrotik_please_just_dont.jpg to webp.
|
2023-06-04 17:56:57 +04:00 |
|
|
0c9c07773e
|
All photographs placed in a photos subdirectory.
|
2023-06-04 17:51:26 +04:00 |
|
|
af1af0764e
|
Added /favicon.ico.
|
2023-06-04 17:48:49 +04:00 |
|
|
21cf1e3f51
|
Removed unused PNG favicon.
|
2023-06-04 17:47:32 +04:00 |
|
|
3975add925
|
Boss Nigger also comes as The Black Bounty Killer.
|
2023-06-04 02:58:05 +04:00 |
|
|
c759e238b9
|
Updated films and tv shows sections.
|
2023-06-04 02:53:06 +04:00 |
|