about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--html/chessboard.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/chessboard.mu.html b/html/chessboard.mu.html
index a1023dc0..b3d64239 100644
--- a/html/chessboard.mu.html
+++ b/html/chessboard.mu.html
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<title>~/Desktop/s/mu/chessboard.mu.html</title>
+<title>chessboard.mu</title>
 <meta name="Generator" content="Vim/7.4">
 <meta name="plugin-version" content="vim7.4_v1">
 <meta name="syntax" content="none">
pwn.com> 2020-04-24 12:59:21 -0400 Add recall command' href='/akspecs/aerc/commit/commands/msg/recall.go?id=3102ac3680ba5fcfb126894a7b7b950b07b6c735'>3102ac3 ^
cff4476 ^

3102ac3 ^
3102ac3 ^

13a6a3f ^
3102ac3 ^























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142