diff options
author | Wolf | 2019-12-31 11:13:04 +0100 |
---|---|---|
committer | Wolf | 2019-12-31 11:13:04 +0100 |
commit | 2e837b1fe12949efabefb38a85a44fff7b59e0b9 (patch) | |
tree | e98548abb3cc6ce25f87349eec609cf2f7de932a /templates | |
parent | 07ef9f1618876aad86f1dbb076154d299bb9f726 (diff) | |
download | site-2e837b1fe12949efabefb38a85a44fff7b59e0b9.tar.gz |
templates: Remove superfluous setting
As of sblg-0.5.4 data-sblg-permlink is set to false by default.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.xml b/templates/post.xml index 0e68610..d38a399 100644 --- a/templates/post.xml +++ b/templates/post.xml @@ -14,7 +14,7 @@ </head> <body class="post"> <main> - <article data-sblg-article="true" data-sblg-permlink="false"></article> + <article data-sblg-article="true"></article> </main> </body> </html> |