Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container 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
pub
Frama-C Website
Commits
c7d0a6bb
Commit
c7d0a6bb
authored
4 years ago
by
Augustin Lemesle
Committed by
Allan Blanchard
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update post.html
parent
6d94422e
No related branches found
No related tags found
1 merge request
!34
Acsl and kernel pages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_layouts/post.html
+64
-64
64 additions, 64 deletions
_layouts/post.html
with
64 additions
and
64 deletions
_layouts/post.html
+
64
−
64
View file @
c7d0a6bb
---
---
layout: default
layout: default
---
---
<div
id=
"wrapper"
class=
"hfeed"
>
<div
id=
"wrapper"
class=
"hfeed"
>
{% include headers.html header=
5
title=Blog %}
{% include headers.html header=
4
title=Blog %}
<div
id=
"container"
class=
"mainContainer"
>
<div
id=
"container"
class=
"mainContainer"
>
<div
class=
"defaultPage blogsPage singleBlogPage"
id=
"content"
role=
"main"
>
<div
class=
"defaultPage blogsPage singleBlogPage"
id=
"content"
role=
"main"
>
<div
class=
"contentWrap"
>
<div
class=
"contentWrap"
>
<div
class=
"breadcrumb backNavigation"
>
<div
class=
"breadcrumb backNavigation"
>
<a
href=
"/blog/index.html"
class=
"backLink2"
><i
class=
"icon icon-arrow-left"
></i>
Back to blogs
</a>
<a
href=
"/blog/index.html"
class=
"backLink2"
><i
class=
"icon icon-arrow-left"
></i>
Back to blogs
</a>
</div>
</div>
</div>
</div>
<div
class=
"contentWrap"
>
<div
class=
"contentWrap"
>
<div
class=
"blogsSection"
>
<div
class=
"blogsSection"
>
<div
class=
"blogsSectionContent singleBlog"
>
<div
class=
"blogsSectionContent singleBlog"
>
<div
class=
"imageBlogPage"
style=
<div
class=
"imageBlogPage"
style=
"background-image: url({% if page.image %}{{ page.image }}{% else %}/assets/img/default-blog.jpg{% endif %});"
>
"background-image: url({% if page.image %}{{ page.image }}{% else %}/assets/img/default-blog.jpg{% endif %});"
>
</div>
</div>
<article>
<article>
<div
class=
"blogNav"
>
<div
class=
"blogNav"
>
{% if page.previous.url %}
{% if page.previous.url %}
<span
class=
"blogNavPost left"
><a
class=
"prevPost"
href=
"{{page.previous.url}}"
>
←
{{ page.previous.title }}
</a></span>
<span
class=
"blogNavPost left"
><a
class=
"prevPost"
href=
"{{page.previous.url}}"
>
←
{{ page.previous.title }}
</a></span>
{% endif %}
{% endif %}
{% if page.next.url %}
{% if page.next.url %}
<span
class=
"blogNavPost right"
><a
class=
"nextPost"
href=
"{{page.next.url}}"
>
{{page.next.title }}
→
</a></span>
<span
class=
"blogNavPost right"
><a
class=
"nextPost"
href=
"{{page.next.url}}"
>
{{page.next.title }}
→
</a></span>
{% endif %}
{% endif %}
</div>
</div>
<h1
id=
"blogPostTitle"
><span>
{{ page.title }}
</span></h1>
<h1
id=
"blogPostTitle"
><span>
{{ page.title }}
</span></h1>
<address
class=
"blogPostAddress"
>
<address
class=
"blogPostAddress"
>
{{ page.author }} - {{ page.date | date_to_string: "ordinal" }}
{{ page.author }} - {{ page.date | date_to_string: "ordinal" }}
</address>
</address>
<div
class=
"content"
>
<div
class=
"content"
>
{{ content }}
{{ content }}
</div>
</div>
</article>
</article>
<address
class=
"blogPostAddress"
style=
"text-align: right;"
>
<address
class=
"blogPostAddress"
style=
"text-align: right;"
>
{{ page.author }}
{{ page.author }}
<br>
{{ page.date | date_to_string: "ordinal" }}
<br>
{{ page.date | date_to_string: "ordinal" }}
</address>
</address>
<br>
<br>
<div
class=
"blogNav"
>
<div
class=
"blogNav"
>
{% if page.previous.url %}
{% if page.previous.url %}
<span
class=
"blogNavPost left"
><a
class=
"prevPost"
href=
"{{page.previous.url}}"
>
←
{{ page.previous.title }}
</a></span>
<span
class=
"blogNavPost left"
><a
class=
"prevPost"
href=
"{{page.previous.url}}"
>
←
{{ page.previous.title }}
</a></span>
{% endif %}
{% endif %}
{% if page.next.url %}
{% if page.next.url %}
<span
class=
"blogNavPost right"
><a
class=
"nextPost"
href=
"{{page.next.url}}"
>
{{ page.next.title }}
→
</a></span>
<span
class=
"blogNavPost right"
><a
class=
"nextPost"
href=
"{{page.next.url}}"
>
{{ page.next.title }}
→
</a></span>
{% endif %}
{% endif %}
</div>
</div>
</div>
</div>
{% include sidebar_blog.html cats=page.categories %}
{% include sidebar_blog.html cats=page.categories %}
</div>
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}
{% include footer.html %}
</div>
</div>
</div>
</div>
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