Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
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
Container registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
924dbd30
Commit
924dbd30
authored
2 years ago
by
Tomáš Valenta
Browse files
Options
Downloads
Patches
Plain Diff
update hoaxes for richtext, move to left & content grid area
parent
3359514b
No related branches found
No related tags found
2 merge requests
!732
Release
,
!729
Add hoax section, add teams section to people page
Pipeline
#11658
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/templates/main/main_hoax_page.html
+10
-6
10 additions, 6 deletions
main/templates/main/main_hoax_page.html
with
10 additions
and
6 deletions
main/templates/main/main_hoax_page.html
+
10
−
6
View file @
924dbd30
...
@@ -4,13 +4,17 @@
...
@@ -4,13 +4,17 @@
{% block content %}
{% block content %}
{% include 'main/includes/layout/simple_page_header.html' %}
{% include 'main/includes/layout/simple_page_header.html' %}
<main
role=
"main"
class=
"mb-10 xl:mb-32 __js-root"
>
<main
role=
"main"
class=
"mb-10 xl:mb-32 __js-root"
>
<div
class=
"grid-container mb-2 lg:mb-12"
>
{% if page.description %}
<div
class=
"grid-
full
"
>
<div
class=
"grid-
container mb-2 lg:mb-12
"
>
{% if page.description %}
<div
class=
"grid-content"
>
<div
class=
"prose max-w-none
mb-10
"
>
<div
class=
"prose max-w-none
font-condensed text-xl text-black leading-7 mb-12 program-perex
"
>
{{ page.description }}
{{ page.description
|richtext
}}
</div>
</div>
{% endif %}
</div>
</div>
{% endif %}
<div
class=
"grid-container mb-2 lg:mb-12"
>
<div
class=
"grid-left-side-with-content"
>
{% for block in page.content %}
{% for block in page.content %}
{% include_block block %}
{% include_block block %}
{% endfor %}
{% endfor %}
...
...
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