mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
8617aaf6a9
- Added landing page - Changed theme completely - Added donate button - Added social media picture and description (OpenGraph) - Added version tag to any feature introduced after v0.1
10 lines
364 B
HTML
10 lines
364 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block extrahead %}
|
|
<meta property="og:title" content="CrowCpp"/>
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:description" content="A Fast and Easy to use microframework for the web."/>
|
|
<meta property="og:image" content="/assets/og_img.png" />
|
|
<meta property="og:url" content="https://crowcpp.org">
|
|
{% endblock %}
|