Skip to content

Commit 9227b58

Browse files
favicon touchup and Doug Tidwell video (containers#30)
Signed-off-by: TomSweeneyRedHat <[email protected]>
1 parent 5943665 commit 9227b58

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66

77
{% seo %}
8+
<link rel="shortcut icon" href="/images/favicon.ico">
89
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
910
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
1011
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

_posts/2018-10-23-new.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: New Video from Doug Tidwell!
4+
categories: [new]
5+
---
6+
In case you missed Doug Tidwell's blog and video: "[Podman - The next generation of Linux container tools](https://developers.redhat.com/articles/podman-next-generation-linux-container-tools/)", check it out! Really great introductory information about Podman.

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
---
55
<head>
66
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
7+
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
78
</head>
89
<h1>{{ page.title }}</h1>
910

0 commit comments

Comments
 (0)