This repository was archived by the owner on Jul 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_scripts.php
More file actions
50 lines (38 loc) · 3.39 KB
/
_scripts.php
File metadata and controls
50 lines (38 loc) · 3.39 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16x16.png">
<link rel="manifest" href="/static/favicons/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name='viewport' content='width=device-width, initial-scale=1'/>
<!-- Stylesheets -->
<link rel='stylesheet' href='/gallery/themes/fansoflefox/css/bootstrap/bootstrap.min.css?ver=<?php echo FLF_STABLE_THEME; ?>' type='text/css' />
<link rel='stylesheet' id='astra-theme-css-css' href='/wordpress/wp-content/themes/astra/assets/css/minified/style.min.css?ver=<?php echo FLF_STABLE_THEME; ?>' media='all' type='text/css' />
<link rel='stylesheet' id='astra-theme-frontend-css' href='/wordpress/wp-content/themes/astra/assets/css/minified/frontend.min.css?ver=<?php echo FLF_STABLE_THEME; ?>' media='all' type='text/css' />
<link rel='stylesheet' id='astra-google-fonts-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400%7CPoppins%3A600%2C%7COpen+Sans+Condensed%3A700&display=fallback&ver=<?php echo FLF_STABLE_THEME; ?>' media='all'/>
<link rel='stylesheet' id='astra-addon-css' href='/gallery/themes/fansoflefox/css/astra-addon.css?ver=<?php echo FLF_STABLE_THEME; ?>' type='text/css' />
<link rel='stylesheet' id='astra-theme-dynamic-css' href='/gallery/themes/fansoflefox/css/astra-theme-dynamic.css?ver=<?php echo FLF_STABLE_THEME; ?>' type='text/css' />
<link rel='stylesheet' id='astra-addon-dynamic-css' href='/gallery/themes/fansoflefox/css/astra-addon-dynamic.css?ver=<?php echo FLF_STABLE_THEME; ?>' type='text/css' />
<link rel='stylesheet' id='wp-block-library-css' href='/wordpress/wp-includes/css/dist/block-library/style.min.css?ver=<?php echo FLF_STABLE_THEME; ?>' media='all' />
<!-- Gutenberg -->
<link rel="stylesheet" id="wp-block-library-css" href="/wordpress/wp-includes/css/dist/block-library/style.min.css?ver=<?php echo FLF_STABLE_THEME; ?>" media="all">
<!-- Jetpack -->
<link rel="stylesheet" id="social-logos-css" href="/wordpress/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css?ver=<?php echo FLF_STABLE_THEME; ?>" media="all">
<link rel="stylesheet" id="jetpack-css" href="/wordpress/wp-content/plugins/jetpack/css/jetpack.css?ver=<?php echo FLF_STABLE_THEME; ?>" media="all">
<link rel='stylesheet' href='/gallery/themes/fansoflefox/css/style.css?ver=<?php echo FLF_STABLE_THEME; ?>' type='text/css' />
<link rel='stylesheet' href='/gallery/themes/fansoflefox/css/pagination.css?ver=<?php echo FLF_STABLE_THEME; ?>' type='text/css' />
<link rel='stylesheet' href='/gallery/themes/fansoflefox/css/gallery-grid.css?ver=<?php echo FLF_STABLE_THEME; ?>' type='text/css' />
<link type='text/plain' rel='author' href='https://jorjafox.net/humans.txt' />
<!--[if IE]>
<script src='https://jorjafox.net/wordpress/wp-content/themes/astra/assets/js/minified/flexibility.min.js'></script>
<script>flexibility(document.documentElement);</script>
<![endif]-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YED15945ZH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YED15945ZH');
</script>