-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from manid2/bugfix/47-revert-to-jekyll-seo-tag…
…-gem Revert own seo handler and use jekyll-seo-tag
- Loading branch information
Showing
18 changed files
with
104 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
{% include seo.html %} | ||
{% seo %} | ||
|
||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" | ||
href="{{ '/feed.xml' | relative_url }}"> | ||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" | ||
href="{{ '/feed.xml' | relative_url }}"> | ||
|
||
{% include head/favicon.html %} | ||
{% include head/styles.html %} | ||
</head> | ||
{% include head/favicon.html %} | ||
{% include head/styles.html %} | ||
</head> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: "Welcome to LWT" | ||
excerpt: "Welcome message to show LWT theme." | ||
date: "2019-10-16" | ||
categories: welcome | ||
layout: post | ||
#header: | ||
# teaser: coding-langs.jpg | ||
# alt: sample post 1 | ||
# caption: testing post caption | ||
permalink: /welcome/ | ||
--- | ||
|
||
Write your welcome story here. | ||
{: .lead .font-weight-light .font-italic} | ||
|
||
## Story | ||
|
||
Sample `code` to show syntax highlighting in **LWT**. | ||
|
||
### Liquid template code | ||
|
||
{% highlight ruby %} | ||
def print_hi(name) | ||
puts "Hi, #{name}" | ||
end | ||
print_hi('LWT') | ||
#=> prints 'Hi, LWT' to STDOUT. | ||
{% endhighlight %} | ||
|
||
### Triple tick mark code | ||
|
||
```ruby | ||
def print_hi(name) | ||
puts "Hi, #{name}" | ||
end | ||
print_hi('LWT') | ||
#=> prints 'Hi, LWT' to STDOUT. | ||
``` |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.