-
Notifications
You must be signed in to change notification settings - Fork 8
[WIP] Sharing fedoralovespython on social media #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,16 @@ | |
<link href="{{ url_for('static', filename='style.css') }}" rel="stylesheet"> | ||
<link href="{{ url_for('static', filename='favicon.ico') }}" rel="shortcut icon" type="image/x-icon"> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic&subset=latin' rel='stylesheet' type='text/css'> | ||
<!-- For Facebook and Twitter: --> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:title" content="Fedora Loves Python - fedoralovespython.org"> | ||
<meta property="og:description" content="Fedora’s relationship with Python is very close, making it probably the best platform for developing with Python - learn why!"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd drop the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s/-/–/ here as well |
||
<meta property="og:url" content="https://fedoralovespython.org/"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't this be the pages's url? There's also There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This shall be with |
||
<meta property="og:image" content="{{ url_for('static', filename='img/fedoralovespython-share.jpg', _external=True) }}"> | ||
<!-- Additionaly, for Twitter: --> | ||
<meta property="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:site" content="@fedora"> | ||
<meta property="twitter:creator" content="@fedora" /> | ||
</head> | ||
<body> | ||
<header> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/-/–/