Merge pull request #39 from northbaypython/josh/copy

first attempt at opengraph metatags
This commit is contained in:
Josh Simmons 2017-08-13 18:54:25 -07:00 committed by GitHub
commit 6b057ca26e
2 changed files with 7 additions and 2 deletions

View file

@ -10,7 +10,12 @@
{% endblock %}
{% block extra_head_base %}
{% block extra_head %}{% endblock %}
{% block extra_head %}
<meta property="og:title" content="{% block head_title %}{% endblock %} | {{ SITE_NAME }}">
<meta property="og:site_name" content="North Bay Python">
<meta property="og:image" content="//{{ request.META.HTTP_HOST }}{% static "images/square_icon.png" %}">
<meta property="og:url" content="{{ request.build_absolute_uri }}">
{% endblock %}
{% endblock %}
{% block nav %}
@ -19,7 +24,7 @@
{% block body_base %}
<div class="homepage-block-bg" style="background-image: url('{% static "images/website-background.svg" %}');"></div>
<div class="homepage-block-bg website-background"></div>
<div id="background-filter">

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB