header.html 593 B

1234567891011
  1. <header>
  2. <h1><a href="{{ page.root }}.">Simditor</a></h1>
  3. <p class="desc">An Easy and Fast WYSIWYG Editor</p>
  4. </header>
  5. <nav>
  6. <a href="{{ page.root }}."{% if page.id == 'demo' %} class="active"{% endif %}>Demo</a>
  7. <a href="{{ page.root }}docs/doc-usage.html"{% if page.id contains 'doc' %} class="active"{% endif %}>Docs</a>
  8. <a href="{{ page.root }}extension.html"{% if page.id == 'extension' %} class="active"{% endif %}>Extension</a>
  9. <a href="https://github.com/mycolorway/simditor/releases"{% if page.id == 'download' %} class="active"{% endif %} target="_blank">Download</a>
  10. </nav>