mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-10 04:36:41 +01:00
template small update
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
<head>
|
||||
<meta name="description" content="How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go." />
|
||||
<meta charset="utf-8">
|
||||
<title>Static blog template engine implementation in Go - ArnauCube - Blog</title>
|
||||
<meta name="title" content="Static blog template engine implementation in Go - ArnauCube - Blog">
|
||||
<title>Static blog template engine implementation in Go - arnaucube</title>
|
||||
<meta name="title" content="Static blog template engine implementation in Go - arnaucube">
|
||||
<meta name="description" content="How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go.">
|
||||
|
||||
<meta property="og:title" content="Static blog template engine implementation in Go - ArnauCube - Blog" />
|
||||
<meta property="og:title" content="Static blog template engine implementation in Go - arnaucube" />
|
||||
<meta property="og:description" content="How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go." />
|
||||
<meta property="og:url" content="https://arnaucube.com/blog/blogo.html" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:image" content="https://arnaucube.com/blog/" />
|
||||
<meta name="twitter:title" content="Static blog template engine implementation in Go - ArnauCube - Blog">
|
||||
<meta name="twitter:title" content="Static blog template engine implementation in Go - arnaucube">
|
||||
<meta name="twitter:description" content="How has this blog been made? In this post we will see how to develop a minimalistic static blog template engine with Go.">
|
||||
<meta name="twitter:image" content="https://arnaucube.com/blog/">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
Reference in New Issue
Block a user