Skip to content

Commit 8227a81

Browse files
committed
Only social links in non-index footer
1 parent cec3be9 commit 8227a81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/_views/default.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@ <h1><a href="{{ site.url }}/">Stack</a></h1>
6969

7070
<footer class="authors container">
7171
{% block footer %}
72-
<h1><a href="{{ site.url }}/">Stack</a></h1>
73-
<p class="tagline">Composing <a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/HttpKernelInterface.php">HttpKernelInterface</a> middlewares since 2013!</p>
7472
<p>
75-
<ul class="nav nav-pills" style="display: inline-block;">
73+
<ul class="nav nav-pills" style="display: inline-block; font-size: 1.2em;">
7674
<li>
7775
<a href="https://github.com/stackphp"><i class="icon-github"></i> stackphp</a>
7876
</li>

0 commit comments

Comments
 (0)