documentation_project/source/simple-demo.html.md.erb in middleman-targets-1.0.1 vs documentation_project/source/simple-demo.html.md.erb in middleman-targets-1.0.2
- old
+ new
@@ -1,11 +1,11 @@
---
title: Simple features demonstration
layout: template-logo-medium
---
-# Simple features demonstration
+# <%= current_page.data.title %>
This page demonstrates most of the features provided by `middleman-targets`.
Notably on this page (as on all others) you can see that the logo reflects
the current target. If you build or serve `:pro` you will see the logo text
differently than building or serving `:free`.
@@ -177,7 +177,8 @@
<li><a href="index.html">Welcome to middleman-targets</a></li>
<li><a href="build-serve-targets.html">Build and Serve different targets</a></li>
<li><a href="target-feature-config.html">Configuration</a></li>
<li><a href="helpers-resources.html">Helpers and Resources</a></li>
<li><a href="frontmatter.html">Front Matter</a></li>
+<li><a href="cli.html">Command Line Interface</a></li>
</ul>
<% end %>