Fix some bad styling
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
{% capture content %}
|
||||
<p class="content">
|
||||
{{ include.content }}
|
||||
</p>
|
||||
{% endcapture %}
|
||||
{% capture content %}<p class="content">{{ include.content }}</p>{% endcapture %}
|
||||
{% include blocks/_base.liquid type="paragraph" content=content float=include.float align=include.align %}
|
||||
|
||||
@@ -49,5 +49,5 @@ Support for OpenGraph
|
||||
{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="{{ site.xaymar.data.logo | absolute_url }}">
|
||||
<link rel="stylesheet" href="{{ site.xaymar.data.css | absolute_url }}" media="print" onload="this.media='all'">
|
||||
<link rel="stylesheet" href="{{ site.xaymar.data.css | absolute_url }}">
|
||||
<link rel="alternate" type="application/atom+xml" title="All Articles" href="{{ site.xaymar.data.rss | absolute_url }}">
|
||||
|
||||
Reference in New Issue
Block a user