mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
Adds mention theme author in footer
This commit is contained in:
1
themes/ivolution/static/bootstrap.min.css
vendored
1
themes/ivolution/static/bootstrap.min.css
vendored
@@ -278,6 +278,7 @@ a.menu:after,.dropdown-toggle:after{width:0;height:0;display:inline-block;conten
|
||||
.hero-unit p{font-size:18px;font-weight:200;line-height:27px;}
|
||||
footer{margin-top:17px;padding-top:17px;border-top:1px solid #eee;}
|
||||
.page-header{margin-bottom:17px;border-bottom:1px solid #ddd;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);box-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}.page-header h1{margin-bottom:8px;}
|
||||
.page-content{max-width:750px;}
|
||||
.btn.danger,.alert-message.danger,.btn.danger:hover,.alert-message.danger:hover,.btn.error,.alert-message.error,.btn.error:hover,.alert-message.error:hover,.btn.success,.alert-message.success,.btn.success:hover,.alert-message.success:hover,.btn.info,.alert-message.info,.btn.info:hover,.alert-message.info:hover{color:#ffffff;}
|
||||
.btn .close,.alert-message .close{font-family:Arial,sans-serif;line-height:18px;}
|
||||
.btn.danger,.alert-message.danger,.btn.error,.alert-message.error{background-color:#c43c35;background-repeat:repeat-x;background-image:-khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);border-color:#c43c35 #c43c35 #882a25;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
<div class='article'>
|
||||
<div class="page-header"><h1>{{ article.title }}</h1></div>
|
||||
<div class="well small">{% include "metadata.html" %}</div>
|
||||
<div>{{ article.content }}</div>
|
||||
<div class="page-content">{{ article.content }}</div>
|
||||
<div>
|
||||
<h2>Comments</h2>
|
||||
{% include "twitter.html" %}
|
||||
{% if DISQUS_SITENAME %}<div id="disqus_thread"></div>{% endif %}
|
||||
{% if FACEBOOK_APPID %}<div class="fb-comments" data-href="{{ FQ_SITEURL }}/{{ article.url }}" data-num-posts="10" data-width="760"></div>{% endif %}
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
{% block indextitle %}<div class="page-header"><h1>{% block title %} {{ self.windowtitle() }} {% endblock %}</h1></div>{% endblock %}
|
||||
{% block content %}{% endblock %}
|
||||
<footer>
|
||||
<p> Website proudly powered by <a href="http://pelican.notmyidea.org/en/3.0/index.html">Pelican</a>.</p>
|
||||
<p> Website proudly powered by <a href="http://pelican.notmyidea.org/en/3.0/index.html">Pelican</a>. Theme by <a href="http://santini.di.unimi.it/">Massimo Santini</a>.</p>
|
||||
<p>© {{ AUTHOR }} 2012</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{%if page.title == "Ivolution Project"%}
|
||||
<div class='page'>
|
||||
<div class="page-header"><h1>{{ page.title }}</h1></div>
|
||||
<div>{{ page.content }}</div>
|
||||
<div class="page-content">{{ page.content }}</div>
|
||||
</div>
|
||||
{%endif%}
|
||||
{%endfor%}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
{% block content %}
|
||||
<div class='page'>
|
||||
<div class="page-header"><h1>{{ page.title }}</h1></div>
|
||||
<div>{{ page.content }}</div>
|
||||
<div class="page-content">{{ page.content }}</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user