Browse Source

footer moved and version bump

pull/3/head v1.4.0
Julian Ćwirko 10 years ago
parent
commit
758e59d072
  1. 5
      default.hbs
  2. 6
      package.json
  3. 11
      partials/footer.hbs

5
default.hbs

@ -33,10 +33,7 @@
{{! Everything else gets inserted here }}
{{{body}}}
<footer class="site-footer">
<section class="poweredby ghost">Proudly published with <a href="https://ghost.org">Ghost</a></section>
<section class="poweredby px-themes">Theme by <a href="http://pxt.be">pxThemes</a> <a class="subscribe-button" href="{{@blog.url}}/rss/"><i class="fa fa-rss"></i></a></section>
</footer>
{{> "footer"}}
{{! Document borders}}
<div class="tborder"></div>

6
package.json

@ -1,10 +1,10 @@
{
"name": "Abc",
"version": "1.3.1",
"version": "1.4.0",
"devDependencies": {
"load-grunt-tasks": "~3.1.0",
"node-sass": "~2.0.0-beta",
"grunt-sass": "~0.17.0",
"node-sass": "~2.0.1",
"grunt-sass": "~0.18.1",
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1"
}

11
partials/footer.hbs

@ -0,0 +1,11 @@
<footer class="site-footer">
{{!-- you can remove it --}}
<section class="poweredby ghost">
Proudly published with <a href="https://ghost.org">Ghost</a>
</section>
<section class="poweredby px-themes">
Theme by pxThemes - <a href="http://pxt.be">Ghost Themes</a> <a class="subscribe-button" href="{{@blog.url}}/rss/"><i class="fa fa-rss"></i></a> <br>
Read more about ABC Theme: <a href="http://julian.io/ghost-theming-with-zurb-foundation-and-scss/">Ghost theming blog post</a>
</section>
{{!-- remove it --}}
</footer>
Loading…
Cancel
Save