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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
548fc3af
Commit
548fc3af
authored
2 years ago
by
Daniel Kriz
Browse files
Options
Downloads
Patches
Plain Diff
[FIX]
Detail osoby
parent
6d50d0ef
No related branches found
No related tags found
3 merge requests
!607
Pirati.cz
,
!599
[FIX]Homepage
,
!575
Feature/pirati cz
Pipeline
#9560
passed
2 years ago
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/templates/main/main_article_page.html
+7
-11
7 additions, 11 deletions
main/templates/main/main_article_page.html
with
7 additions
and
11 deletions
main/templates/main/main_article_page.html
+
7
−
11
View file @
548fc3af
...
...
@@ -12,17 +12,13 @@
<div
class=
"grid-left-side h-full bg-grey-150 left-tab"
>
<div
class=
"p-6 flex flex-wrap flex-row items-center justify-between xl:items-start xl:flex-col"
>
<span
class=
"font-bold 3xl:text-xl"
>
AUTOR ČLÁNKU:
<br>
{{ page.author }}
</span><br>
{#
<div
class=
"flex flex-row static bottom-0 xl:absolute sm:bottom-5"
>
#}
{#
<a
href=
""
class=
"flex hover:no-underline"
>
#}
{#
<i
class=
"ico--facebook mx-1"
></i>
#}
{#
</a>
#}
{#
<a
href=
""
class=
"flex hover:no-underline"
>
#}
{#
<i
class=
"ico--twitter mx-2"
></i>
#}
{#
</a>
#}
{#
<a
href=
""
class=
"flex hover:no-underline"
>
#}
{#
<i
class=
"ico--instagram mx-1"
></i>
#}
{#
</a>
#}
{#
</div>
#}
<div
class=
"flex flex-row static bottom-0 xl:absolute sm:bottom-5"
>
{% for social in page.author_page.social_links %}
<a
href=
"{{ social.value.link }}"
class=
"flex hover:no-underline"
>
<i
class=
"{{ social.value.icon }} mx-1"
></i>
</a>
{% endfor %}
</div>
</div>
</div>
<div
class=
"grid-content leading-6"
>
...
...
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