Change layout

This commit is contained in:
Şahin Akkaya 2024-08-04 21:17:25 +03:00
parent 9b24962de9
commit 2cc8af0fef
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
--- ---
layout: single layout: single
title: About title: About
classes: wide
permalink: /about/ permalink: /about/
--- ---

View File

@ -1,6 +1,7 @@
--- ---
layout: single layout: single
title: Contact title: Contact
classes: wide
permalink: /contact/ permalink: /contact/
--- ---
You can contact me via: You can contact me via:

View File

@ -3,5 +3,6 @@
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home layout: home
classes: wide
--- ---