Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Karzok
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Zola
Karzok
Commits
7fe8e4e2
Unverified
Commit
7fe8e4e2
authored
3 years ago
by
kogeletey
Browse files
Options
Downloads
Patches
Plain Diff
content: changelog.md new version 0.2.2 changes write. sass: toc font bolding and add font size.
parent
b9428990
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
content/changelog.md
+7
-2
7 additions, 2 deletions
content/changelog.md
sass/layouts/_toc.scss
+5
-0
5 additions, 0 deletions
sass/layouts/_toc.scss
templates/page_macros.html
+2
-2
2 additions, 2 deletions
templates/page_macros.html
with
14 additions
and
4 deletions
content/changelog.md
+
7
−
2
View file @
7fe8e4e2
...
...
@@ -3,13 +3,18 @@ title = "Changelog"
weight = 4
+++
# [
unreleased
]
# [
0.2.2
]
## New features
-
provide zola description by meta tag in html
-
new parameter
`item.alt`
text for your svg icon in header, if it is not specified, then the link to the resource is used as it
## Fix
-
adding aria labels, where they were not
-
provide zola description by meta tag in html
## Maintenance
-
change h3 to span in toc
-
change license at the MIT
# [0.2.1]
...
...
This diff is collapsed.
Click to expand it.
sass/layouts/_toc.scss
+
5
−
0
View file @
7fe8e4e2
.font-17
{
font-weight
:
bold
;
font-size
:
17px
;
}
.toc
{
margin-right
:
1
.25em
;
margin-left
:
1em
;
...
...
This diff is collapsed.
Click to expand it.
templates/page_macros.html
+
2
−
2
View file @
7fe8e4e2
<!--
table of content
-->
{#
table of content
#}
{% macro toc(page) %}
<aside
id=
"toc"
class=
"nav toc"
>
<span
class=
"font-1
2
"
>
In this article:
</span>
<span
class=
"font-1
7
"
>
In this article:
</span>
<a
aria-label=
"close button"
href=
"#close"
class=
"nav__close"
role=
"button"
>
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
aria-hidden=
"true"
width=
"32"
height=
"32"
preserveAspectRatio=
"xMidYMid meet"
viewBox=
"0 0 32 32"
><path
d=
"M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4l6.6 6.6L8 22.6L9.4 24l6.6-6.6l6.6 6.6l1.4-1.4l-6.6-6.6L24 9.4z"
fill=
"currentColor"
></path></svg>
</a>
...
...
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