diff --git a/_includes/custom/getting_started_series.html b/_includes/custom/getting_started_series.html index fef578b..5b573a9 100644 --- a/_includes/custom/getting_started_series.html +++ b/_includes/custom/getting_started_series.html @@ -9,7 +9,7 @@
  • → {{p.title}}
  • {% else %}
  • - {{p.title}} + {{p.title}}
  • {% endif %} {% endif %} diff --git a/_includes/custom/getting_started_series_next.html b/_includes/custom/getting_started_series_next.html index 247e0cb..4f27098 100644 --- a/_includes/custom/getting_started_series_next.html +++ b/_includes/custom/getting_started_series_next.html @@ -4,7 +4,7 @@ {% if p.series == "Getting Started" %} {% assign nextTopic = page.weight | plus: "1" %} {% if p.weight == nextTopic %} - + {% endif %} {% endif %} {% endfor %} diff --git a/_includes/custom/series_acme.html b/_includes/custom/series_acme.html index adeb76f..b9ebf44 100644 --- a/_includes/custom/series_acme.html +++ b/_includes/custom/series_acme.html @@ -9,7 +9,7 @@
  • → {{p.weight}}. {{p.title}}
  • {% else %}
  • - {{p.weight}}. {{p.title}} + {{p.weight}}. {{p.title}}
  • {% endif %} {% endif %} diff --git a/_includes/custom/series_acme_next.html b/_includes/custom/series_acme_next.html index abd345b..c59758a 100644 --- a/_includes/custom/series_acme_next.html +++ b/_includes/custom/series_acme_next.html @@ -3,7 +3,7 @@ {% if p.series == "ACME series" %} {% assign nextTopic = page.weight | plus: "1" %} {% if p.weight == nextTopic %} - + {% endif %} {% endif %} {% endfor %} diff --git a/index.md b/index.md index 71d89c1..866e01f 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,6 @@ permalink: index.html summary: These brief instructions will help you get started quickly with the theme. The other topics in this help provide additional information and detail about working with other aspects of this theme and Jekyll. --- - ## Download or clone the theme First download or clone the theme from the [Github repo](https://github.com/tomjohnson1492/documentation-theme-jekyll). Most likely you won't be pulling in updates once you start customizing the theme, so downloading the theme (instead of cloning it) probably makes the most sense. diff --git a/pages/mydoc/mydoc_navtabs.md b/pages/mydoc/mydoc_navtabs.md index d52cc02..d3fbe83 100644 --- a/pages/mydoc/mydoc_navtabs.md +++ b/pages/mydoc/mydoc_navtabs.md @@ -28,9 +28,17 @@ The following is a demo of a navtab. Refresh your page to see the tab you select
  • Match
  • -
    -

    Profile

    -

    Praesent sit amet fermentum leo. Aliquam feugiat, nibh in u ltrices mattis, felis ipsum venenatis metus, vel vehicula libero mauris a enim. Sed placerat est ac lectus vestibulum tempor. Quisque ut condimentum massa. Proin venenatis leo id urna cursus blandit. Vivamus sit amet hendrerit metus.

    +
    +## Profile + +Praesent sit amet fermentum leo. Aliquam feugiat, + +1. nibh in u ltrices mattis +2. felis ipsum venenatis metus, vel vehicula libero mauris a enim. Sed placerat est ac lectus vestibulum tempor. + * Quisque ut condimentum massa. + * ut condimentum massa. + +> Proin venenatis leo id urna cursus blandit. Vivamus sit amet hendrerit metus.
    diff --git a/pages/mydoc/mydoc_series.md b/pages/mydoc/mydoc_series.md index 7efc836..de76c11 100644 --- a/pages/mydoc/mydoc_series.md +++ b/pages/mydoc/mydoc_series.md @@ -30,7 +30,7 @@ First create an include that contains your series button:
  • → {{p.weight}}. {{p.title}}
  • {% else %}
  • - {{p.weight}}. {{p.title}} + {{p.weight}}. {{p.title}}
  • {% endif %} {% endif %}