mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
layout: page
|
||||
type: article
|
||||
---
|
||||
|
||||
{%- include snippets/assign.html
|
||||
target = site.data.variables.default.page.sharing
|
||||
source0=layout.sharing source1=page.sharing -%}
|
||||
{%- assign _sharing = __return -%}
|
||||
|
||||
<div class="layout--article">
|
||||
{%- include article/top/custom.html -%}
|
||||
|
||||
<div class="article__content" itemprop="articleBody">{{ content }}</div>
|
||||
|
||||
{%- if _sharing -%}
|
||||
<section class="article__sharing d-print-none">{%- include sharing.html -%}</section>
|
||||
{%- endif -%}
|
||||
|
||||
<div class="d-print-none">
|
||||
{%- include article-footer.html -%}
|
||||
{%- include article-section-navigator.html -%}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
{%- include scripts/article.js -%}
|
||||
</script>
|
||||
Reference in New Issue
Block a user