Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Teo Serra
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
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Academany
Fab Academy
2024
Fab Academy 2024 Labs
ULB
ULB students
Teo Serra
Commits
2a463077
Commit
2a463077
authored
10 months ago
by
Nicolas De coster
Browse files
Options
Downloads
Patches
Plain Diff
Update single.html : copy raw html if page is written as pure HTML (not markdown)
parent
2f54280c
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#461258
passed
10 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/_default/single.html
+7
-3
7 additions, 3 deletions
layouts/_default/single.html
with
7 additions
and
3 deletions
layouts/_default/single.html
+
7
−
3
View file @
2a463077
{{
partial "head
.html"
.
}}
{{
if eq (path.Ext .File.Path) "
.html" }}
{{ partial "toc.html" . }}
{{ .Content }}
{{ else }}
{{ partial "head.html" . }}
{{ partial "toc.html" . }}
{{ .Content }}
{{ partial "foot.html" . }}
{{ end }}
\ No newline at end of file
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