Sha256: f985a83d70cfe0e8a52278ee4f8049bdbe26fb9655cf32205af9fc99b4fdf869

Contents?: true

Size: 1.07 KB

Versions: 10

Compression:

Stored size: 1.07 KB

Contents

<nav class="mdc-top-app-bar mdc-top-app-bar--fixed">
	<div class="mdc-top-app-bar__row">
		<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
			<a href="{{ '/' | relative_url }}" class="mdc-top-app-bar__title mdc-theme--on-primary">
				{{ site.title }}
			</a>
		</section>
		<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
			{% for item in site.main_nav %}
			<a
				href="{{ item.url | escape | relative_url }}"
				class="mdc-top-app-bar__action-item mdc-button"
			>
				{{ item.title | escape }}
			</a>
			{% endfor %} {% if site.twitter %}
			<a
				href="https://twitter.com/{{ site.twitter | escape }}"
				class="mdc-top-app-bar__action-item mdc-icon-button"
				aria-label="{{ site.title }} Twitter Link"
			>
				{% include twitter-icon.html %}
			</a>
			{% endif %}
			<a
				href="{{ site.github.repository_url }}"
				class="mdc-top-app-bar__action-item mdc-icon-button"
				aria-label="{{ site.title }} Github Repository Link"
			>
				{% include github-icon.html %}
			</a>
		</section>
	</div>
</nav>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-material-docs-1.0.11 _includes/top-bar.html
jekyll-theme-material-docs-1.0.10 _includes/top-bar.html
jekyll-theme-material-docs-1.0.9 _includes/top-bar.html
jekyll-theme-material-docs-1.0.8 _includes/top-bar.html
jekyll-theme-material-docs-1.0.7 _includes/top-bar.html
jekyll-theme-material-docs-1.0.6 _includes/top-bar.html
jekyll-theme-material-docs-1.0.5 _includes/top-bar.html
jekyll-theme-material-docs-1.0.4 _includes/top-bar.html
jekyll-theme-material-docs-1.0.3 _includes/top-bar.html
jekyll-theme-material-docs-1.0.2 _includes/top-bar.html