mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
11 lines
No EOL
392 B
HTML
11 lines
No EOL
392 B
HTML
<div class="copyright modal hidden">
|
|
{{ with .Site.GetPage "copyright" }}
|
|
<div class="modal-bar">
|
|
<h1>{{ .Title }}</h1>
|
|
<button class="close-modal-btn" alt='{{ T "close" }}' title='{{ T "close" }}' name='{{ T "close" }}'><i class='{{ .Params.close_icon }}'></i></button>
|
|
</div>
|
|
<div class="modal-content">
|
|
{{ .Content }}
|
|
</div>
|
|
{{ end }}
|
|
</div> |