Skip to content

Commit

Permalink
update subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 7, 2018
1 parent 618226c commit a40fa4b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Cicero

Serving slides written in Markdown: https://cicero.xyz
Serving presentation slides written in Markdown: https://cicero.xyz

In the background uses [remark](https://github.com/gnab/remark),
a simple, in-browser, markdown-driven slideshow tool
Expand Down
2 changes: 1 addition & 1 deletion cicero/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
type="image/png"
href="{{ url_for('static', filename='img/icon.png') }}" />

<title>{% block page_title %}Cicero - Serving slides written in Markdown{% endblock %}</title>
<title>{% block page_title %}Cicero - Serving presentation slides written in Markdown{% endblock %}</title>

<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap/css/bootstrap-3.3.7.min.css') }}">

Expand Down
4 changes: 2 additions & 2 deletions cicero/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% extends "base.html" %}

{% block title %}Cicero - Serving slides written in Markdown{% endblock %}
{% block title %}Cicero - Serving presentation slides written in Markdown{% endblock %}

{% block content %}
<div class="container">

<div class="col-md-12">
<div class="row">
<h1>Cicero - Serving slides written in Markdown</h1>
<h1>Cicero - Serving presentation slides written in Markdown</h1>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


Cicero: Serving slides written in Markdown
==========================================
Cicero: Serving presentation slides written in Markdown
=======================================================

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def package_files(directory):

setup(name='cicero',
version='0.1.0',
description='Cicero - Serving slides written in Markdown.',
description='Cicero - Serving presentation slides written in Markdown.',
author='Radovan Bast',
author_email='bast@users.noreply.github.com',
url='https://github.com/bast/cicero',
Expand Down

0 comments on commit a40fa4b

Please sign in to comment.