|
5 | 5 | <title>{{ title or metadata.title }}</title> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 |
|
8 | | - {# ستايلات القالب #} |
| 8 | + <!-- Google Search Console Verification --> |
| 9 | + <meta name="google-site-verification" content="xOWsgbdzrIUsA4Xf_0osfrpJo1n7IA3FgJ_B-KX1xfs" /> |
| 10 | + |
| 11 | + <!-- ستايلات القالب --> |
9 | 12 | <link rel="stylesheet" href="{{ '/css/w3.css' | url }}"> |
10 | 13 | <link rel="stylesheet" href="{{ '/css/style.css?v=11' | url }}"> |
11 | 14 |
|
12 | | - {# Font Awesome للأيقونات #} |
| 15 | + <!-- Font Awesome للأيقونات --> |
13 | 16 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
14 | 17 |
|
15 | | - {# Favicon (اختياري) #} |
| 18 | + <!-- Favicon --> |
16 | 19 | <link rel="icon" href="{{ '/img/favicon.png' | url }}"> |
17 | 20 |
|
18 | 21 | <!-- Google Analytics --> |
19 | | - <!-- Google Search Console Verification --> |
20 | | - <meta name="google-site-verification" content="xOWsgbdzrIUsA4Xf_0osfrpJo1n7IA3FgJ_B-KX1xfs" /> |
21 | | - |
22 | | - <!-- Google tag (gtag.js) --> |
23 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=G-5QS8CQJ3F5"></script> |
24 | | - <script> |
25 | | - window.dataLayer = window.dataLayer || []; |
26 | | - function gtag(){dataLayer.push(arguments);} |
27 | | - gtag('js', new Date()); |
28 | | - gtag('config', 'G-5QS8CQJ3F5'); |
29 | | - </script> |
| 22 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-5QS8CQJ3F5"></script> |
| 23 | + <script> |
| 24 | + window.dataLayer = window.dataLayer || []; |
| 25 | + function gtag(){dataLayer.push(arguments);} |
| 26 | + gtag('js', new Date()); |
| 27 | + gtag('config', 'G-5QS8CQJ3F5'); |
| 28 | + </script> |
30 | 29 |
|
31 | 30 | <style> |
32 | 31 | /* الصورة في الهيدر بدون إطار أو دائرة */ |
|
74 | 73 |
|
75 | 74 | {% raw %} |
76 | 75 | /* موبايل: ألغِ الإزاحة */ |
77 | | - @media only screen and (max-width:600px) { #main { margin-left: 0; } } |
| 76 | + @media only screen and (max-width:600px) { |
| 77 | + #main { margin-left: 0; } |
| 78 | + } |
78 | 79 | {% endraw %} |
79 | 80 | </style> |
80 | 81 | </head> |
|
94 | 95 | <p>About</p> |
95 | 96 | </a> |
96 | 97 |
|
97 | | - <!-- Projects (بدل Photos) --> |
| 98 | + <!-- Projects --> |
98 | 99 | <a href="/projects/" class="w3-bar-item w3-button sidebar-link" title="Projects" aria-label="Projects"> |
99 | 100 | <i class="fa fa-film" aria-hidden="true"></i> |
100 | 101 | <p>Projects</p> |
|
117 | 118 | </div> |
118 | 119 | </div> |
119 | 120 |
|
| 121 | + <!-- Main content --> |
120 | 122 | <div class="w3-padding-large" id="main"> |
121 | 123 | <main {% if templateClass %} class="{{ templateClass }}"{% endif %}> |
122 | 124 | {{ content | safe }} |
123 | 125 | </main> |
124 | | - |
125 | 126 | </div> |
126 | 127 |
|
127 | 128 | <!-- Current page: {{ page.url | url }} --> |
128 | 129 | </body> |
129 | 130 | </html> |
| 131 | + |
0 commit comments