Skip to content

Commit

Permalink
Disable phone number detection
Browse files Browse the repository at this point in the history
Image dates are detected as phone numbers.
  • Loading branch information
153957 committed Dec 26, 2023
1 parent 3ca4503 commit 7419183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme_153957/templates/base.html
Expand Up @@ -7,6 +7,7 @@
<title>{{ album.gallery.title }}{% if source_dir != album.title|striptags %} - {{ album.title|striptags }}{% endif %}</title>
<meta name="description" content="">
<meta name="author" content="{{ album.author }}">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="{{ theme.url }}/css/normalize.css">
<link rel="stylesheet" href="{{ theme.url }}/css/style.css">
Expand Down

0 comments on commit 7419183

Please sign in to comment.