ソースを参照

Removes site subtitle from footer

Talha Mansoor 12 年 前
コミット
e36247147e
共有2 個のファイルを変更した0 個の追加8 個の削除を含む
  1. 0 5
      static/css/style.css
  2. 0 3
      templates/footer.html

+ 0 - 5
static/css/style.css

@@ -20,11 +20,6 @@ ul.footer-content li.elegant-license {
     float:left;
 }
 
-div#site-subtitle {
-    text-align:center;
-    padding-top:10px;
-}
-
 /* comment */
 
 #comment-message {

+ 0 - 3
templates/footer.html

@@ -5,9 +5,6 @@
         <li class="elegant-license">{{ ELEGANT_LICENSE }}</li>
         {% endif %}
         <li class="elegant-power">Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a> and <a href="https://github.com/talha131/pelican-elegant" title="Elegant theme Home Page">Elegant theme</a> by <a href="http://oncrashreboot.com" title="Talha Mansoor Home Page">Talha Mansoor</a></li>
-        {% if SITESUBTITLE %}
-        <div id="site-subtitle">{{ SITENAME }} - {{ SITESUBTITLE }}</div>
-        {% endif %}
     </ul>
 </div>
 </footer>