Skip to content

Commit

Permalink
#10: update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Nov 6, 2017
1 parent f4f9f90 commit 08bfdeb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
1 change: 0 additions & 1 deletion ForneverMind.Frontend/style/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ div#logo a {

footer {
border-top: solid 2px black;
color: #555;
font-size: 12px;
margin-top: 30px;
padding: 12px 0px 12px 0px;
Expand Down
9 changes: 6 additions & 3 deletions ForneverMind/views/en/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@
</div>
<footer>
<div>
<a class="tag" href="./rss.xml">RSS</a>
RSS:
<a class="tag" href="./rss.xml">Eng</a>
<a class="tag" href="/rss.xml">Eng+Rus</a>
</div>
<div>
<a class="tag" href="https://github.com/ForNeVeR/fornever.me">GitHub</a>
</div>
<div>
Powered by
<a href="http://docs.freya.io/en/latest/">Freya</a>
© F. von Never 2014–2017
</div>
</footer>
@RenderSection("scripts", false)
Expand Down
9 changes: 6 additions & 3 deletions ForneverMind/views/ru/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@
</div>
<footer>
<div>
<a class="tag" href="./rss.xml">RSS</a>
RSS:
<a class="tag" href="./rss.xml">Rus</a>
<a class="tag" href="/rss.xml">Rus+Eng</a>
</div>
<div>
<a class="tag" href="https://github.com/ForNeVeR/fornever.me">GitHub</a>
</div>
<div>
Сайт использует библиотеку
<a href="http://docs.freya.io/en/latest/">Freya</a>
© F. von Never 2014–2017
</div>
</footer>
@RenderSection("scripts", false)
Expand Down

0 comments on commit 08bfdeb

Please sign in to comment.