Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
blog-memopol
Commits
c2665d5a
Commit
c2665d5a
authored
Oct 14, 2016
by
Jamesie Pic
Browse files
Fixed path to bootstrap minified
parent
90e50b65
Changes
48
Hide whitespace changes
Inline
Side-by-side
output/what-is-memopol.html
View file @
c2665d5a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
What is Memopol ?
</title>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.
min.
css"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
output/whats-new-on-memopol-2.html
View file @
c2665d5a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
What's new on Memopol ? #2
</title>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.
min.
css"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
output/whats-new-on-memopol-3.html
View file @
c2665d5a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
What's new on Memopol ? #3
</title>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.
min.
css"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
output/whats-new-on-memopol-4.html
View file @
c2665d5a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
What's new on Memopol ? #4
</title>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.
min.
css"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
output/whats-new-on-memopol-5.html
View file @
c2665d5a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
What’s new on Memopol ? #5
</title>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.
min.
css"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
output/whats-new-on-memopol-dev-n0.html
View file @
c2665d5a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
What's new on memopol dev n°0
</title>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.
min.
css"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
output/whats-new-on-memopol-dev-n1.html
View file @
c2665d5a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
What’s new on memopol dev n°1
</title>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"./theme/dist/bootstrap.
min.
css"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
...
...
theme/templates/base.html
View file @
c2665d5a
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
{% block title %}{{ SITENAME }}{%endblock%}
</title>
<link
rel=
"stylesheet"
href=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/dist/bootstrap.css"
/>
<link
rel=
"stylesheet"
href=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/dist/bootstrap.
min.
css"
/>
{% if FEED_ALL_ATOM %}
<link
href=
"{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}"
type=
"application/atom+xml"
rel=
"alternate"
title=
"{{ SITENAME }} Atom Feed"
/>
{% endif %}
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment