added latest version checker and warning

pull/3/head
Scott Anderson 2018-12-31 22:14:53 -07:00
parent a009677f22
commit ae8880f696
3 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,7 @@ $article-warn-base: $o-dreamsicle;
$article-warn-heading: $o-fire;
$article-warn-text: $o-curacao;
$article-warn-link: rgba($o-curacao, .75);
$article-warn-link-hover: $p-planet;
$article-warn-link-hover: $b-sapphire;
$article-warn-code: #f52f75;
$article-warn-code-bg: #ffebeb;
$article-warn-table-header: $o-dreamsicle;

View File

@ -5,6 +5,7 @@
<div class="article">
<div class="article--content">
<h1>{{ .Title }}</h1>
{{ partial "article/latest-version.html" . }}
{{ partial "article/enterprise.html" . }}
{{ .Content }}
</div>

View File

@ -5,6 +5,7 @@
<div class="article">
<div class="article--content">
<h1>{{ .Title }}</h1>
{{ partial "article/latest-version.html" . }}
{{ partial "article/enterprise.html" . }}
{{ .Content }}
</div>