Added meta content tags.
This commit is contained in:
parent
01c299f98f
commit
e002c913dd
@ -12,7 +12,6 @@ LANGUAGES = de en
|
||||
PAPEROPT_a4 = -D latex_paper_size=a4
|
||||
PAPEROPT_letter = -D latex_paper_size=letter
|
||||
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees/$$lang $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -c . -A language=$$lang -A languages='$(LANGUAGES)'
|
||||
#ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees/$$lang $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) -c . -A language=$$lang -D language=$$lang -A target=$(TARGET) -A languages='$(LANGUAGES)'
|
||||
|
||||
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
|
||||
|
||||
|
13
docs/_templates/layout.html
vendored
13
docs/_templates/layout.html
vendored
@ -1,5 +1,18 @@
|
||||
{% extends '!layout.html' %}
|
||||
|
||||
{% block extrahead %}
|
||||
{{ super() }}
|
||||
<head>
|
||||
<meta content="OpenSlides, Präsentationssystem, Tagesordnung, Tagesordnungspunkt,
|
||||
Anträge, Wahlen, Wahlsystem, Abstimmungen, Veranstaltung, Mitgliederversammlung, Delegiertenversammlung, Hauptversammlung,
|
||||
Parteitag, Beamer, Projektor, Stimmzettel, webbasiert, frei, Open Source, webbasiert,
|
||||
presentation system, agenda, agenda item, application, election, voting system, event,
|
||||
general meeting, projector, ballot, web based, free, Open Source"
|
||||
name="keywords">
|
||||
<meta content="Agenda presentation with application and voting system" name="description">
|
||||
</head>
|
||||
{% endblock %}
|
||||
|
||||
{%- block content %}
|
||||
|
||||
<div class="box">
|
||||
|
@ -139,10 +139,10 @@ html_static_path = ['_static']
|
||||
#html_additional_pages = {}
|
||||
|
||||
# If false, no module index is generated.
|
||||
#html_domain_indices = True
|
||||
html_domain_indices = False
|
||||
|
||||
# If false, no index is generated.
|
||||
#html_use_index = True
|
||||
html_use_index = False
|
||||
|
||||
# If true, the index is split into individual pages for each letter.
|
||||
#html_split_index = False
|
||||
|
Loading…
Reference in New Issue
Block a user