Skip to content

Commit

Permalink
Merge pull request #122 from CollegiumAcademicum/test
Browse files Browse the repository at this point in the history
Update aside
  • Loading branch information
han16nah authored Aug 4, 2024
2 parents 911c8b4 + 9576931 commit 0c16068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/partials/aside.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<div class="card-content">
<p class="title is-3 is-marginless">{{ i18n "einziehen" }}</p>
{{ i18n "einziehen-message-aside"}}
<a href="{{ with .Site.GetPage "/wohnheim" }}{{ .Permalink }}{{end}}" class="field button is-radiusless is-fullwidth is-link">{{ i18n "header-wohnheim" }}</a>
<!-- <a href="{{ with .Site.GetPage "/wohnheim" }}{{ .Permalink }}{{end}}" class="field button is-radiusless is-fullwidth is-link">{{ i18n "header-wohnheim" }}</a>-->
<a href="{{ with .Site.GetPage "/befristete_zimmer" }}{{ .Permalink }}{{end}}" class="field button is-radiusless is-fullwidth is-link">{{ i18n "header-zwischenmiete" }}</a>
<a href="{{ with .Site.GetPage "/faq" }}{{ .Permalink }}{{end}}" class="field button is-radiusless is-fullwidth is-link">{{ i18n "faq" }}</a>
</div>
</div>
Expand Down

0 comments on commit 0c16068

Please sign in to comment.