mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 05:22:00 -05:00
fix:scale
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% macro head(config) %}
|
{% macro head(config) %}
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ get_url(path="style.css", trailing_slash=false) | safe }}">
|
<link rel="stylesheet" href="{{ get_url(path="style.css", trailing_slash=false) | safe }}">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="referrer" content="unsafe-url" />
|
<meta name="referrer" content="unsafe-url" />
|
||||||
<title><xsl:value-of select="/atom:feed/atom:title"/></title>
|
<title><xsl:value-of select="/atom:feed/atom:title"/></title>
|
||||||
<link rel="stylesheet" href="/css/water.min.css" />
|
<link rel="stylesheet" href="/css/water.min.css" />
|
||||||
@@ -57,4 +57,4 @@
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% macro head(config) %}
|
{% macro head(config) %}
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ get_url(path="style.css", trailing_slash=false) | safe }}">
|
<link rel="stylesheet" href="{{ get_url(path="style.css", trailing_slash=false) | safe }}">
|
||||||
@@ -94,4 +94,4 @@
|
|||||||
<meta name="twitter:title" content="{{ title | safe }}">
|
<meta name="twitter:title" content="{{ title | safe }}">
|
||||||
<meta property="twitter:domain" content="{{ config.base_url | replace(from="https://", to="") }}">
|
<meta property="twitter:domain" content="{{ config.base_url | replace(from="https://", to="") }}">
|
||||||
<meta property="twitter:url" content="{{ permalink | safe }}">
|
<meta property="twitter:url" content="{{ permalink | safe }}">
|
||||||
{% endmacro open_graph %}
|
{% endmacro open_graph %}
|
||||||
|
|||||||
Reference in New Issue
Block a user