Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Houtan Bastani
website
Commits
5fabb67c
Commit
5fabb67c
authored
Oct 19, 2018
by
Houtan Bastani
Browse files
fix spurious tags
parent
b6615b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/download-snapshot.html
View file @
5fabb67c
...
...
@@ -52,19 +52,18 @@
"Installation instructions for macOS" below. NB: This package is
unsigned; to run it, you need to right click on it and select "Open" from
the menu that pops up.
<div
class=
"download_table"
>
{% assign snapshot_files = (site.static_files | where: "snapshot", "macosx" | sort: 'modified_time') | reverse %}
{% for snapshot in snapshot_files %}
{% if snapshot.extname == ".zip" %}
<div
class=
"download_row"
onclick=
"document.location = '{{ snapshot.path }}'"
>
<div
class=
"download_cell_left"
><i
class=
"fas fa-file-download"
></i>
{{ snapshot.modified_time | date: "%Y %b %d %R" }}
</div>
<div
class=
"download_cell_right"
><a
href=
"#"
>
{{ snapshot.name }}
</a></div>
</div>
{% endif %}
{% endfor %}
</div>
</p>
<div
class=
"download_table"
>
{% assign snapshot_files = (site.static_files | where: "snapshot", "macosx" | sort: 'modified_time') | reverse %}
{% for snapshot in snapshot_files %}
{% if snapshot.extname == ".zip" %}
<div
class=
"download_row"
onclick=
"document.location = '{{ snapshot.path }}'"
>
<div
class=
"download_cell_left"
><i
class=
"fas fa-file-download"
></i>
{{ snapshot.modified_time | date: "%Y %b %d %R" }}
</div>
<div
class=
"download_cell_right"
><a
href=
"#"
>
{{ snapshot.name }}
</a></div>
</div>
{% endif %}
{% endfor %}
</div>
</section>
<section
class=
"dynare_section"
id=
"snapshot_content3"
>
...
...
@@ -79,19 +78,18 @@
</section>
<section
class=
"dynare_section"
id=
"snapshot_content4"
>
<p>
Source code, not needed by most users.
<div
class=
"download_table"
>
{% assign snapshot_files = (site.static_files | where: "snapshot", "source" | sort: 'modified_time') | reverse %}
{% for snapshot in snapshot_files %}
{% if snapshot.extname == ".xz" %}
<div
class=
"download_row"
onclick=
"document.location = '{{ snapshot.path }}'"
>
<div
class=
"download_cell_left"
><i
class=
"fas fa-file-download"
></i>
{{ snapshot.modified_time | date: "%Y %b %d %R" }}
</div>
<div
class=
"download_cell_right"
><a
href=
"#"
>
{{ snapshot.name }}
</a></div>
</div>
{% endif %}
{% endfor %}
<p>
Source code, not needed by most users.
</p>
<div
class=
"download_table"
>
{% assign snapshot_files = (site.static_files | where: "snapshot", "source" | sort: 'modified_time') | reverse %}
{% for snapshot in snapshot_files %}
{% if snapshot.extname == ".xz" %}
<div
class=
"download_row"
onclick=
"document.location = '{{ snapshot.path }}'"
>
<div
class=
"download_cell_left"
><i
class=
"fas fa-file-download"
></i>
{{ snapshot.modified_time | date: "%Y %b %d %R" }}
</div>
<div
class=
"download_cell_right"
><a
href=
"#"
>
{{ snapshot.name }}
</a></div>
</div>
</p>
{% endif %}
{% endfor %}
</div>
</section>
</div>
...
...
Write
Preview
Supports
Markdown
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