forked from yousinix/portfolYOU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
29 lines (21 loc) · 930 Bytes
/
default.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<!--
portfolYOU Jekyll theme by Youssef Raafat
Free for personal and commercial use under the MIT license
https://github.com/YoussefRaafatNasry/portfolYOU
-->
<html lang="en" class="h-100">
{% include head.html %}
<body class="h-100 d-flex flex-column">
<main class="flex-shrink-0 container mt-5">
{% include navbar.html %}
{{ content }}
</main>
{% include footer.html %}
{% include analytics.html %}
{% include scripts.html %}
{%- if site.buymeacoffee.enabled == true -%}
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="{{ site.buymeacoffee.username }}" data-description="{{ site.buymeacoffee.description }}" data-message="{{ site.buymeacoffee.message }}" data-color="{{ site.buymeacoffee.color }}" data-position="Right" data-x_margin="16" data-y_margin="16"></script>
{%- endif -%}
</body>
</html>