aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2018-09-25 19:13:16 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2018-09-25 19:13:16 +0200
commit259e8ab7a3a7e607263ca07e53787d85881bab8a (patch)
treea726ede11d679fe93515cca062692bfc29e7d87f /_layouts
parentf5329b13315fcc501cd6c8630e0158eae4a88f16 (diff)
downloadjo.mssola.com-259e8ab7a3a7e607263ca07e53787d85881bab8a.tar.gz
jo.mssola.com-259e8ab7a3a7e607263ca07e53787d85881bab8a.zip
Re-bumped much of the application
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html3
-rw-r--r--_layouts/post.html11
2 files changed, 4 insertions, 10 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 10b04b3..0adbf0d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -28,6 +28,9 @@
{% comment %}<!-- We have the same CSS file for all languages -->{% endcomment %}
<link href="{{ "/stylesheets/main.css" | prepend: site.baseurl_root }}" rel="stylesheet" type="text/css" />
+ {% comment %}<!-- We have the same JS file for all languages -->{% endcomment %}
+ <script src="{{ "/javascripts/dist/main.min.js" | prepend: site.baseurl_root }}"></script>
+
{% comment %}<!-- Empty favicon -->{% endcomment %}
<link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon" />
diff --git a/_layouts/post.html b/_layouts/post.html
index f8174f5..4b0b9dd 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,16 +6,7 @@ layout: default
{{ page.title }}{% if page.subtitle %}.<small class="post-subtitle"> {{ page.subtitle }}</small>{% endif %}
</h1>
-<p class="post-meta">
- {% t blog.posted_on %}
- {% if site.lang == "ca" %}
- {% include date.html date=page.date %}
- {{ pre }}{{ day }} de {{ month }} del {{ year }}
- {% else %}
- {{ post.date | date: "%B %-d, %Y" }}
- {% endif %}
- {% t footer.by %} {{ site.author }}
-</p>
+{% include postmeta.html urltobeused="/" date=page.date tags=page.tags %}
{{ content }}