summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolf2019-12-31 11:13:04 +0100
committerWolf2019-12-31 11:13:04 +0100
commit2e837b1fe12949efabefb38a85a44fff7b59e0b9 (patch)
treee98548abb3cc6ce25f87349eec609cf2f7de932a
parent07ef9f1618876aad86f1dbb076154d299bb9f726 (diff)
downloadsite-2e837b1fe12949efabefb38a85a44fff7b59e0b9.tar.gz
templates: Remove superfluous setting
As of sblg-0.5.4 data-sblg-permlink is set to false by default.
-rw-r--r--templates/post.xml2
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>