Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Website
Commits
bd29b4cf
Commit
bd29b4cf
authored
Sep 24, 2016
by
Marvin Scholz
Browse files
Fix liquid theme warnings
parent
b692c230
Changes
1
Hide whitespace changes
Inline
Side-by-side
_layouts/docs.html
View file @
bd29b4cf
...
...
@@ -12,7 +12,9 @@
<div
class=
"section"
>
{% assign docs = site.pages | where:"product","Icecast" | sort:"version" | group_by:"version" | last %}
<h2>
{{ page.product }} {{ page.version }} Docs{% if page.title %}
—
{{ page.title }}{% endif %}
</h2>
{% if (docs.name != page.version) and (page.product == "Icecast") %}
{% assign thename = docs.name %}
{% assign theversion = page.version %}
{% if (thename != theversion) %}
<div
class=
"aside error"
>
<strong>
Please note:
</strong>
This doc is for an older Icecast version, you can find the latest doc
<a
href=
"{{ "
/
docs
/
icecast-latest
"
|
prepend:
site.baseurl
}}"
>
here
</a>
.
...
...
@@ -24,4 +26,4 @@
{% include footer.html %}
</body>
</html>
\ No newline at end of file
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment