Sha256: 6f22174a45c07f03138c946ba366f6110b6e3845aa2ad84067139018c56c13ae
Contents?: true
Size: 1.67 KB
Versions: 2
Compression:
Stored size: 1.67 KB
Contents
<div class="footer js-page-footer"> <div class="main"> {%- assign __author = site.author -%} {%- if __author.type == 'organization' -%} {%- assign _author_itemtype = 'http://schema.org/Organization' -%} {%- else -%} {%- assign _author_itemtype = 'http://schema.org/Person' -%} {%- endif -%} <aside itemscope itemtype="{{ _author_itemtype }}"> <meta itemprop="name" content="{{ __author.name }}"> {%- assign __path = __author.url | default: '/'-%} {%- include snippets/get-nav-url.html -%} {%- assign _author_url = __return -%} <meta itemprop="url" content="{{ _author_url }}"> {%- if __author.bio -%} <meta itemprop="description" content="{{ __author.bio }}"> {%- endif -%} {%- include follow-me.html -%} </aside> <footer class="site-info"> {%- assign __path = site.paths.rss | default: site.data.variables.default.paths.rss -%} {%- include snippets/get-nav-url.html -%} {%- assign _href = __return -%} {%- assign __locale = site.data.locale.NAV.RSS -%} {%- include snippets/locale-to-string.html -%} {%- assign _locale_nav_rss = __return -%} <p> <span class="site-info__copyright">© {{ site.title }} {{ site.data.locale.COPYRIGHT_DATES }}</span> <a class="site-info__rss" type="application/rss+xml" href="{{ _href }}">{{ _locale_nav_rss }}</a> </p> <p>Powered by <a title="Jekyll is a simple, blog-aware, static site generator." href="http://jekyllrb.com/">Jekyll</a> & <a title="TeXt is a succinct theme for blogging." href="https://github.com/kitian616/jekyll-TeXt-theme">TeXt Theme</a>. </p> </footer> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-text-theme-2.0.1 | _includes/footer.html |
jekyll-text-theme-2.0.0 | _includes/footer.html |