diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | man/blog.1 | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ version = 4 [[package]] name = "blog" -version = "7.1.1" +version = "7.1.0" dependencies = [ "gema_texto", "serde", @@ -1,6 +1,6 @@ [package] name = "blog" -version = "7.1.1" +version = "7.1.0" edition = "2024" license = "AGPL-3.0-or-later" description = "Command line tool to author and manage a semi-ephemeralâ„¢ blog with a gemini archive." @@ -1,4 +1,4 @@ -.TH BLOG 1 "2024-03-12" "7.0.0" "Blog Manual" +.TH BLOG 1 "2025-07-18" "7.1.0" "Blog Manual" .SH NAME blog \- ephemeral blog authoring tool with gemini and gopher archive. .SH SYNOPSIS @@ -165,7 +165,7 @@ Any files inside the \fIstatic\fR directory of your blog data root (\fBXDG_DATA_HOME/blog\fR) will be copied as is. This is useful for any images, javascript files or stylesheets that you use in your posts or templates. .SH VERSION -.BR 7.0.0 +.BR 7.1.0 .SH HOMEPAGE .I https://r.bdr.sh/blog.html .SH AUTHORS |