diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-04 14:55:10 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-04 14:55:10 -0700 |
commit | 301679861a2440a10c9eac746cec86459f445ef9 (patch) | |
tree | 5aad22ead01cf0da226623f603f33867896c0fea /.themes/classic/source/_layouts/page.html | |
parent | d0a07c64afba47bbe8bfb56ba9893296a73fc7db (diff) | |
download | my_new_personal_website-301679861a2440a10c9eac746cec86459f445ef9.tar.xz my_new_personal_website-301679861a2440a10c9eac746cec86459f445ef9.zip |
remove all Octopress stuff
Diffstat (limited to '.themes/classic/source/_layouts/page.html')
-rw-r--r-- | .themes/classic/source/_layouts/page.html | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html deleted file mode 100644 index 8ba6ec94..00000000 --- a/.themes/classic/source/_layouts/page.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -layout: default ---- - -<div> -<article role="article"> - {% if page.title %} - <header> - <h1 class="entry-title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h1> - {% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %} - </header> - {% endif %} - {{ content }} - {% unless page.footer == false %} - <footer> - {% if page.date or page.author %}<p class="meta"> - {% if page.author %}{% include post/author.html %}{% endif %} - {% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %} - {% if page.categories %}{% include post/categories.html %}{% endif %} - </p>{% endif %} - {% unless page.sharing == false %} - {% include post/sharing.html %} - {% endunless %} - </footer> - {% endunless %} -</article> -{% if site.disqus_short_name and page.comments == true %} - <section> - <h1>Comments</h1> - <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div> - </section> -{% endif %} -</div> -{% unless page.sidebar == false %} -<aside class="sidebar"> - {% if site.page_asides.size %} - {% include_array page_asides %} - {% else %} - {% include_array default_asides %} - {% endif %} -</aside> -{% endunless %} |