Skip to content

Commit

Permalink
removed manual meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashpan committed Dec 22, 2021
1 parent 98d9ad4 commit a3e2b6d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-website
# Our workflow will only be triggered when we push to the develop branch
on:
push:
branches:
- develop
on: push
# push:
# branches:
# - develop

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ defaults:
type: "posts"
values:
permalink: /blog/:title/
image: https://ashpan.github.io/wildfly-elytron/assets/images/wildfly-elytron-logo.jpg
# image: /assets/images/wildfly-elytron-logo.jpg

############################################################

Expand All @@ -121,4 +123,4 @@ jekyll-archives:
layouts:
tag: tag-archive
permalinks:
tag: '/blog/tag/:name/'
tag: '/blog/tag/:name/'
8 changes: 0 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Elytron: {{ page.title }}</title>
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@WildflyAS">
<meta name="twitter:creator" content="@WildflyAS">
<meta property="og:url" content="{{ page.url | prepend: site.url }}" />
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}" />
<meta property="og:image" content="https://ashpan.github.io/wildfly-elytron/assets/images/wildfly-elytron-logo.jpg" />

<script src="{{ '/assets/javascript/highlight.pack.js' | relative_url }}" type="text/javascript"></script>

Expand Down
Binary file modified assets/images/wildfly-elytron-logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3e2b6d

Please sign in to comment.