Update index.html

This commit is contained in:
mathias 2016-04-09 01:50:39 +03:00
parent 046b74937e
commit 50a895248e

View file

@ -9,7 +9,7 @@
<meta name="description" content="{{ site.description }}"> <meta name="description" content="{{ site.description }}">
<link rel="canonical" href="{{ site.url }}/"> <link rel="canonical" href="{{ site.url }}/">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="/feed.xml">
{% capture style %}<style type="text/css"> <style type="text/css">
/* Fonts */ /* Fonts */
@font-face { @font-face {
font-family: 'montserratlight'; font-family: 'montserratlight';
@ -366,7 +366,7 @@
#aboutcontainer, #downloadscontainer { padding: 2.000em 22% 2.000em 22%; } #aboutcontainer, #downloadscontainer { padding: 2.000em 22% 2.000em 22%; }
#newscontainer { padding: 2.000em 25% 2.000em 25%; } #newscontainer { padding: 2.000em 25% 2.000em 25%; }
} }
</style>{% endcapture %}{{ content replace:' ','' }} </style>
</head> </head>
<body> <body>
<div id="intro"> <div id="intro">
@ -405,4 +405,4 @@
</div> </div>
</div> </div>
</body> </body>
</html>{% endcapture %}{{ content | strip_newlines | replace:' ','' }} </html>{% endcapture %}{{ content | strip_newlines | replace:' ','' | replace:' { ','' | replace:' } ','' }}