Metadata-Version: 2.1
Name: Lektor-Open-Graph
Version: 1b4
Summary: Add Open Graph tags to Lektor pages.
Home-page: https://github.com/davidism/lektor-open-graph/
Author: David Lord
Author-email: davidism@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content

Open Graph Plugin for Lektor
----------------------------

Adds `Open Graph`_ tags to pages. Sites that are aware of them will
display a nice widget instead of the plain link to a page.

.. _Open Graph: http://ogp.me/


Install
-------

Add the plugin to your ``.lektorproject`` file in the ``[packages]``
section::

    [packages]
    lektor-open-graph =


