Changeset - 743a4f678ab7
[Not reviewed]
0 2 2
Ben Sturmfels (bsturmfels) - 12 months ago 2023-04-24 07:52:29
ben@sturm.com.au
Add favicon, social images and meta description
4 files changed with 11 insertions and 6 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/homepage.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% load i18n static %}
 

	
 
{% block head_title %}{% trans "Welcome" %}{% endblock %}
 
{% block meta_desc %}FOSSY (Free and Open Source Yearly) is a 4 day community-oriented conference focused on the creation and impact of free and open source software. Join us in Portland, OR - July 13-16th 2023 at the Oregon Convention Center.{% endblock %}
 
{% block og_desc %}FOSSY (Free and Open Source Yearly) is a 4 day community-oriented conference focused on the creation and impact of free and open source software. Join us in Portland, OR - July 13-16th 2023 at the Oregon Convention Center.{% endblock %}
 

	
 
{% block head_title %}FOSSY 2023: The first Free and Open Source Software Yearly conference{% endblock %}
 

	
 
{% block body_class %}home{% endblock %}
 

	
pinaxcon/templates/site_base.html
Show inline comments
...
 
@@ -12,22 +12,24 @@
 
<head>
 
  <meta charset="utf-8">
 
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
  <meta name="description" content="">
 
  <meta name="description" content="{% block meta_desc %}{% endblock %}">
 
  <meta name="viewport" content="width=device-width, initial-scale=1">
 

	
 
  <title>{{ head_title }}</title>
 

	
 
  <meta property="og:type" content="website" />
 

	
 
  <link rel="icon" href="{% static 'img/favicon.ico' %}" />
 

	
 
  <!-- Cards -->
 
  <meta property="og:title" content="{{ head_title }}">
 
  <meta property="og:description" content="FOSSY 2023 - July 13-16 2023, Portland, OR" />
 
  <meta property="og:description" content="{% block og_desc %}{% endblock %}" />
 
  <meta property="og:url" content="{{ request.scheme }}://{{ request.get_host }}{{ request.path }}">
 
  <meta name="twitter:site" content="@_everythingopen">
 
  <meta name="twitter:site" content="@conservancy">
 
  <meta name="twitter:image:alt" content="{{ head_title }}" />
 
  <meta name="twitter:card" content="summary">
 
  <meta name="twitter:image" content="{{ request.scheme }}://{{ request.get_host }}/media/img/card/eo-badge.ba30d338.png" />
 
  <meta property="og:image" content="{{ request.scheme }}://{{ request.get_host }}/media/img/card/eo-badge.ba30d338.png" />
 
  <meta name="twitter:image" content="{{ request.scheme }}://{{ request.get_host }}{% static 'img/conservancy_logo_tall_mono.png' %}" />
 
  <meta property="og:image" content="{{ request.scheme }}://{{ request.get_host }}{% static 'img/conservancy_logo_tall_mono.png' %}" />
 
  <meta property="og:image:width" content="400" />
 
  <meta property="og:image:height" content="400" />
 

	
static/src/img/conservancy_logo_tall_mono.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
static/src/img/favicon.ico
Show inline comments
 
new file 100644
 
binary diff not shown
0 comments (0 inline, 0 general)