copyleft-compliance: Fix title on Principles page
The changed text appears to be what goes in <title/> and thus didn't help the reader much before this change. In particular, I suspect that the prior <title/> did not help our search engine ranking much for searches on this topic. So hopefully this change helps a bit.
This commit is contained in:
parent
27e5a92a09
commit
6ceb113ab0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% extends "base_compliance.html" %}
|
||||
{% block subtitle %}Copyleft Compliance Projects - {% endblock %}
|
||||
{% block subtitle %}Principles of Community-Oriented GPL Enforcement - {% endblock %}
|
||||
{% block submenuselection %}CopyleftPrinciples{% endblock %}
|
||||
{% block content %}
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue