Merge pull request #2148 from splunk/IncreasePostWidth

Increased the width of research.splunk.com posts
This commit is contained in:
Jose Enrique Hernandez
2022-04-04 19:38:41 -04:00
committed by GitHub
+2 -2
View File
@@ -14,10 +14,10 @@ layout: default
{% endunless %}
{% endif %}
<div id="main" role="main">
<div id="main" role="main" style="max-width:95%">
{% include sidebar.html %}
<article class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork">
<article style="width:95%" class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork">
{% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
{% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %}
{% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date_to_xmlschema }}">{% endif %}