Skip to content

Commit 14fb721

Browse files
committed
remove in-progress bottle+bokeh post
1 parent f744580 commit 14fb721

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/posts/170723-monitor-flask-apps.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ integrate one of the many available fantastic hosted
1616
[monitoring](/monitoring.html) tools.
1717

1818
In this post we will quickly add [Rollbar monitoring](https://rollbar.com)
19-
to catch errors and visualize our application is running properly.
19+
to catch errors and visualize our application is running properly. There
20+
are also many other great hosted monitoring tools, which you can check
21+
out on the [monitoring](/monitoring.html) page.
2022

2123

2224
## Our Tools

theme/templates/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="twitter:creator" content="@mattmakai" />
1010
<meta property="og:url" content="{{ SITEURL }}/blog/{{ article.slug }}.html" />
1111
<meta property="og:title" content="{{ article.title }}" />
12-
<meta property="og:description" content="{{ article.meta }}" />
12+
<meta property="og:description" content="{{ article.meta }} Nice post by @fullstackpython." />
1313
<meta property="og:image" content="{{ SITEURL }}{{ article.headerimage }}" />
1414
{% endif %}{% endblock %}
1515

0 commit comments

Comments
 (0)