Sha256: c4aaf1ad0d4eefc981039aee7af307988a7bb88e75062190b0bd577b9dd8832b

Contents?: true

Size: 1.25 KB

Versions: 9

Compression:

Stored size: 1.25 KB

Contents

{%- assign lang = page.lang | default: site.lang | default: 'cmn-Hans' -%}
{%- assign info-array = site.data.theme-2038-i18n | map: lang -%}
{%- assign info = info-array[0] -%}
{%- assign t2038 = site.theme-2038 -%}

<footer class="ml-footer">
	<aside class="ml-footer-main">
		{%- include social.html -%}
		{%- if t2038.wordmark -%}
			<img alt="{{ site.title }}" class="ml-wordmark" src="{{ t2038.wordmark }}" />
		{%- endif -%}
		<div class="ml-footer-divider"></div>
		<ul class="ml-ul-dot-line">
			{%- include link-item.html links=t2038.footer-links -%}
		</ul>
		<div class="ml-clear"></div>
		{%- if t2038.footer-desc -%}
			<p class="ml-footer-desc">{%- include pick-language.html text=t2038.footer-desc -%}</p>
		{%- endif -%}
		{%- if t2038.from-year -%}
			<p class="ml-smaller">
			{%- assign now-year = 'now' | date: '%Y' -%}
			{{ info.copyright }} 
			{% if t2038.from-year != now-year -%}{{ t2038.from-year }}—{%- endif -%}{{ now-year }}
			{% include pick-language.html text=site.author.name %}
			</p>
		{%- endif -%}
		{%- if t2038.license -%}
			<p class="ml-smaller">
			{%- capture lname -%}{%- include pick-language.html text=t2038.license -%}{%- endcapture -%}
				{{ info.license | replace: 'LICENSE', lname }}
			</p>
		{%- endif -%}
	</aside>
</footer>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-2038-0.1.8 _includes/footer.html
jekyll-theme-2038-0.1.7 _includes/footer.html
jekyll-theme-2038-0.1.6 _includes/footer.html
jekyll-theme-2038-0.1.5 _includes/footer.html
jekyll-theme-2038-0.1.4 _includes/footer.html
jekyll-theme-2038-0.1.3 _includes/footer.html
jekyll-theme-2038-0.1.2 _includes/footer.html
jekyll-theme-2038-0.1.1 _includes/footer.html
jekyll-theme-2038-0.1.0 _includes/footer.html