mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
remove unneeded markup
This commit is contained in:
parent
860802269a
commit
d9aa30e174
@ -24,7 +24,7 @@
|
||||
|
||||
_____________________________________________
|
||||
-->
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
@ -102,12 +102,6 @@
|
||||
<meta name="msapplication-TileImage" content="{{ site.url }}/metro-tile.png"/>
|
||||
<meta name="msapplication-TileColor" content="#015565"/>
|
||||
|
||||
{% if paginator %}
|
||||
<script>
|
||||
var total = {{ paginator.total_pages }};
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
<!-- OpenGraph -->
|
||||
{% include opengraph.html %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user