Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Mar 6, 2022
2 parents 6170e42 + 889007f commit 3ba8e54
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[build]
base = ""
command = "zola build"
publish = "public"

[build.environment]
ZOLA_VERSION = "0.15.3"

[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"

[context.branch-deploy]
command = "zola build --base-url $DEPLOY_PRIME_URL"
2 changes: 0 additions & 2 deletions sass/css/_actualite.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#articles {
margin-top: 80px;

article {
margin-bottom: 50px;

Expand Down
4 changes: 4 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ <h3>Nos liens sociaux</h3>

<!-- Custom Theme JavaScript -->
<script src="{{ get_url(path="js/freelancer.js") }}"></script>

<!-- Plausible Analytics -->
<script defer data-domain="zerowastesgp.fr"
src="https://plausible.io/js/plausible.js"></script>
{% endblock js %}
</body>
</html>

0 comments on commit 3ba8e54

Please sign in to comment.