Skip to content

Commit d758149

Browse files
committed
adding google site verification tag to optimize SEO
1 parent 4219fb9 commit d758149

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: AMDAT
4+
---
5+
16
# AMDAT — Amorphous Molecular Dynamics Analysis Toolkit
27

38
> High-performance analysis of molecular dynamics (MD) trajectories for amorphous, glass-forming, and polymer systems.

_layouts/default.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: null
3+
---
4+
5+
<!doctype html>
6+
<html lang="en">
7+
<head>
8+
<meta charset="utf-8">
9+
<meta name="google-site-verification" content="MeCYRvJyg7cd6VjXtbeIVAiX4viraOEazMccs_cjvlw" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1">
11+
<title>{{ page.title | default: site.title }}</title>
12+
</head>
13+
<body>
14+
{{ content }}
15+
</body>
16+
</html>
17+

0 commit comments

Comments
 (0)