diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 20:50:22 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-14 20:50:22 +0300 |
| commit | 58e0151fd1e9beb1c392163393f3669bfaa7eae1 (patch) | |
| tree | 37dbcb5f710c74a4593e4c8807c9f812c4c792da /src/index.html.mustache | |
| parent | e0fac3960f7cd246cb2ef70d58d9e6b532401f58 (diff) | |
Add contact me template, improve styling
Diffstat (limited to 'src/index.html.mustache')
| -rw-r--r-- | src/index.html.mustache | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.html.mustache b/src/index.html.mustache index 4f51721..d324803 100644 --- a/src/index.html.mustache +++ b/src/index.html.mustache @@ -36,5 +36,10 @@ {{/columns}}
</div>
{{/galleries}}
+
+ <h3>{{contact_info_title}}</h3>
+ <div class="contact-info">
+ {{&contact_info_body}}
+ </div>
</body>
</html>
\ No newline at end of file |
