Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theme_like_mybb_bT4CK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christophe K.
theme_like_mybb_bT4CK
Commits
d197169f
Commit
d197169f
authored
4 years ago
by
ck
Browse files
Options
Downloads
Patches
Plain Diff
Ajout section "preconnect" "prefetch" dans headerinclude
parent
ca230e37
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#54
failed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
like_mybb_bT4CK-theme.xml
+7
-2
7 additions, 2 deletions
like_mybb_bT4CK-theme.xml
with
7 additions
and
2 deletions
like_mybb_bT4CK-theme.xml
+
7
−
2
View file @
d197169f
...
@@ -5845,8 +5845,12 @@ $(".forumjump").on('change', function() {
...
@@ -5845,8 +5845,12 @@ $(".forumjump").on('change', function() {
<meta name="Description" content="A french tech IT for friends only - a lot of tips :). Author : ckforum" />
<meta name="Description" content="A french tech IT for friends only - a lot of tips :). Author : ckforum" />
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<link rel="preconnect" href="https://www.google-analytics.com" />
<!-- preconnect prefetch -->
<link href="https://www.google-analytics.com" rel="preconnect" crossorigin />
<link href="https://stats.g.doubleclick.net" rel="preconnect" crossorigin />
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />
<link href="https://www.google.co.in" rel="preconnect" crossorigin />
<!-- End preconnect prefetch -->
<!-- preload -->
<!-- preload -->
<link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.css" as="style" crossorigin="anonymous">
<link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.css" as="style" crossorigin="anonymous">
<link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/MegaNavbarBS4.min.css" as="style" crossorigin="anonymous">
<link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/MegaNavbarBS4.min.css" as="style" crossorigin="anonymous">
...
@@ -5865,6 +5869,7 @@ $(".forumjump").on('change', function() {
...
@@ -5865,6 +5869,7 @@ $(".forumjump").on('change', function() {
<link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.js" as="script" crossorigin="anonymous">
<link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.js" as="script" crossorigin="anonymous">
<!-- FIN preload -->
<!-- FIN preload -->
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<!-- Bootstrap CSS CND
<!-- Bootstrap CSS CND
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment