Skip to content

Commit 222dba6

Browse files
authored
Merge pull request #17 from LaswitchTech/dev
General: Version bumped to v2026-01-07
2 parents 39cd35e + 3fe405e commit 222dba6

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2025-12-16
1+
v2026-01-07

css/plugins/pagebuttons.less

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* =Page Buttons Plugin
2+
----------------------------------------------- */
3+
4+
.page-tools {
5+
a.newpagebutton {
6+
span.icon::before {
7+
content: "\F37D";
8+
}
9+
}
10+
a.newfolderbutton {
11+
span.icon::before {
12+
content: "\F3D3";
13+
}
14+
}
15+
a.deletepagebutton {
16+
span.icon::before {
17+
content: "\F375";
18+
}
19+
}
20+
}

style.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ css/plugins/indexmenu.less = all
7575
css/plugins/keyboard.less = all
7676
css/plugins/move.less = all
7777
css/plugins/nspages.less = all
78+
css/plugins/pagebuttons.less = all
7879
css/plugins/publish.less = all
7980
css/plugins/search.less = all
8081
css/plugins/socialite.less = all

template.info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
base writr
22
author Louis Ouellet
33
4-
date 2025-12-16
4+
date 2026-01-07
55
name Writr Template
66
desc Bold, minimalist and modern
77
url https://www.dokuwiki.org/template:writr

0 commit comments

Comments
 (0)