You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
511 B
23 lines
511 B
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
<section class="location">
|
|
|
|
<div class="map" style="background-image: url('{{ .Get "image" }}');"></div>
|
|
|
|
<div class="description">
|
|
<div class="inner">
|
|
{{ .Inner }}
|
|
</div>
|
|
|
|
<div class="direction">
|
|
{{ .Get "address" }}
|
|
|
|
<a href="https://www.oyd.org.tr/"
|
|
class="btn btn-icon-only" target="_blank" rel="noreferrer"
|
|
aria-label="{{ i18n "home_location_direction" }}">
|
|
{{ partial "icon.html" "direction" }}
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</section> |