Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Add links to translations #1761

Merged
merged 1 commit into from
Mar 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add links to translations
  • Loading branch information
nukeop committed Mar 25, 2021
commit 7d019bf33ac260d9399695d6c0733a325ff1fafa
1 change: 1 addition & 0 deletions _includes/css.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="stylesheet" href="{{ "/assets/css/custom.css" | relative_url }}">
10 changes: 10 additions & 0 deletions _layouts/signed.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
layout: home
---

{% include css.html %}

<div class="translations">
<p>Translations:</p>
<a class="translation" href='/index_tr.html'>🇹🇷</a>
<a class="translation" href='/index_ro.html'>🇷🇴</a>
<a class="translation" href='/index_es.html'>🇪🇸</a>
<a class="translation" href='/index_pt_br.html'>🇧🇷</a>
</div>

{{ content }}

<p>
Expand Down
7 changes: 7 additions & 0 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.translations {
text-align: end;
}

.translation {
font-size: 2em;
}
4 changes: 4 additions & 0 deletions assets/css/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

@import "custom";
File renamed without changes.