bugfix in page header

pull/2/head
José Lopes 4 years ago
parent 0116cd02d4
commit 5f16d24ac4

@ -34,7 +34,7 @@ zola386_menu = [
# disqus = "disqus-user" # disqus = "disqus-user"
### SOCIAL MEDIA ### SOCIAL MEDIA
# image = "" image = "https://raw.githubusercontent.com/lopes/zola.386/master/screenshot.png"
twitter_user = "lopesoj" twitter_user = "lopesoj"
linkedin_user = "jlopesjr" linkedin_user = "jlopesjr"
github_user = "lopes" github_user = "lopes"

@ -11,7 +11,8 @@ tags = ["hac", "velit", "risus"]
[extra] [extra]
comments = true comments = true
lang = "br" lang = "pt"
image = "https://zola386.netlify.app/lorem-ipsum/crt-phosphor-dots.png"
+++ +++
Posuere urna nec tincidunt praesent semper. Viverra mauris in aliquam sem fringilla ut morbi tincidunt. Mattis rhoncus urna neque viverra justo nec ultrices dui. Nulla pellentesque dignissim enim sit. Arcu ac tortor dignissim convallis aenean et. Posuere urna nec tincidunt praesent semper. Viverra mauris in aliquam sem fringilla ut morbi tincidunt. Mattis rhoncus urna neque viverra justo nec ultrices dui. Nulla pellentesque dignissim enim sit. Arcu ac tortor dignissim convallis aenean et.

@ -4,12 +4,9 @@
{% block ogtitle %}{{ config.title}} - {{ page.title }}{% endblock ogtitle %} {% block ogtitle %}{{ config.title}} - {{ page.title }}{% endblock ogtitle %}
{% block ogdesc %}{{ page.description }}{% endblock ogdesc %} {% block ogdesc %}{{ page.description }}{% endblock ogdesc %}
{% if page.slug %} {% block ogurl %}{% if page.slug %}{{ config.base_url }}/{{ page.slug }}{% endif %}{% endblock ogurl %}
{% block ogurl %}{{ config.base_url }}/{{ page.slug }}{% endblock ogurl %} {% block ogimg %}{% if page.extra.image %}{{ page.extra.image }}{% endif %}{% endblock ogimg %}
{% endif %}
{% if page.extra.image %}
{% block ogimg %}{{ page.extra.image }}{% endblock ogimg%}
{% endif %}
{% block breadcrumb %} {% block breadcrumb %}
<p class="lead"> <p class="lead">

@ -2,7 +2,7 @@ name = "zola.386"
description = "Zola port of the BOOTSTRA.386 theme." description = "Zola port of the BOOTSTRA.386 theme."
license = "MIT" license = "MIT"
homepage = "https://github.com/lopes/zola.386" homepage = "https://github.com/lopes/zola.386"
min_version = "0.2.0" min_version = "0.2.1"
demo = "https://zola-386.netlify.com" demo = "https://zola-386.netlify.com"
[author] [author]

Loading…
Cancel
Save