change a few labels in the theme to say packaging docs

This commit is contained in:
Ryan Lercho 2018-04-10 09:10:27 -04:00
parent e70b134596
commit 28703b7ea1
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<html lang="{{ DEFAULT_LANG }}">
<head>
{% block head %}
<title>{% block title %}{{ SITENAME }} Quick Docs{% endblock title %}</title>
<title>{% block title %}{{ SITENAME }} Packaging Documentation{% endblock title %}</title>
<meta charset="utf-8" />
{% if FEED_ALL_ATOM %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" />
@ -59,7 +59,7 @@
<a href="http://docs.fedoraproject.org">Home</a>
</li>
<li class="breadcrumb-item active">
<a href="{{ SITEURL }}">Fedora Quick Docs</a>
<a href="{{ SITEURL }}">Fedora Packaging Documentation</a>
</li>
{% block breadcrumb_item %}{% endblock %}
</ol>

View file

@ -5,13 +5,13 @@
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="display-5 text-center">Fedora Quick Docs</h1>
<p class="text-center">Quick, article style documentation on how to do things with Fedora</p>
<h1 class="display-5 text-center">Fedora Packaging Documentation</h1>
<p class="text-center">Documentation on packaging software for Fedora</p>
<div class="row">
<div class="col-8 offset-2">
<form id="searchform" action="{{ SITEURL }}/search.html" onsubmit="return (this.elements['q'].value.length > 0)">
<div class="input-group">
<input class="form-control" id="searchbox" type="text" name="q" size="12" placeholder="Search Quick Docs" class="form-control">
<input class="form-control" id="searchbox" type="text" name="q" size="12" placeholder="Search Packaging Docs" class="form-control">
<div class="input-group-btn">
<button class="btn btn-primary" type="submit"><span class="fa fa-search"></span></button>
</div>