Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Pontifex-Hugo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
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
HOOU an der TUHH Projekte
Pontifex
Pontifex-Hugo
Commits
2373e2a6
Commit
2373e2a6
authored
2 years ago
by
Fabian Nuraddin Alexander Gabel
Browse files
Options
Downloads
Patches
Plain Diff
Revert "delete mathjax"
This reverts commit
a553fbc2
.
parent
a553fbc2
No related branches found
Branches containing commit
No related tags found
2 merge requests
!19
Revert "minimal setup for bootstrap tour"
,
!17
Resolve "restructure header1.hmtl"
Pipeline
#155192
passed
2 years ago
Stage: build
Stage: review
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/shortcodes/header1.html
+26
-0
26 additions, 0 deletions
layouts/shortcodes/header1.html
with
26 additions
and
0 deletions
layouts/shortcodes/header1.html
+
26
−
0
View file @
2373e2a6
...
...
@@ -4,6 +4,32 @@
<script
defer
data-domain=
"pntfx.com"
src=
"https://plausible.io/js/plausible.js"
></script>
<script
type=
"text/x-mathjax-config"
>
MathJax
.
Hub
.
Config
({
"
HTML-CSS
"
:
{
width
:
"
container
"
,
scale
:
100
,
linebreaks
:
{
automatic
:
true
}
},
SVG
:
{
linebreaks
:
{
automatic
:
true
}
}});
MathJax
.
Hub
.
Queue
(
function
()
{
$
(
"
.collapse
"
).
removeClass
(
"
in
"
);
});
</script>
<script>
(
function
()
{
var
head
=
document
.
getElementsByTagName
(
"
head
"
)[
0
],
script
;
script
=
document
.
createElement
(
"
script
"
);
script
.
type
=
"
text/x-mathjax-config
"
;
script
[
window
.
opera
?
"
innerHTML
"
:
"
text
"
]
=
"
MathJax.Hub.Config({
\n
"
+
"
tex2jax: { inlineMath: [['$','$'], ['
\\\\
(','
\\\\
)']] }
\n
"
+
"
});
"
;
head
.
appendChild
(
script
);
script
=
document
.
createElement
(
"
script
"
);
script
.
type
=
"
text/javascript
"
;
script
.
src
=
"
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1//MathJax.js?config=TeX-AMS-MML_HTMLorMML
"
;
head
.
appendChild
(
script
);
})();
</script>
<script>
let
current_id
=
"
{{ index .Params 0 }}
"
;
</script>
...
...
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