* AH-SID * wkwk As long as I know, it happened when we use mobile phone, but when we use touch phone or PC the url is full.

You can use trick meta refresh in {% block entry_post %} by get url blog by javascript and get url blog by twig. Like here:

<script>
var urlbyjs = location.href;
var urlbytwig = '{{ data.post.url }}';
if (urlbyjs != urlbytwig) {
document.write(
'<meta http-equiv="refresh" content="0; url='+urlbytwig+'">'
);
}
</script>

Copy code


You can modify it just like you want..
2015-07-20 03:37 · (0)

Online: Guests: 1