Compare commits
2 Commits
d69a193e6d
...
5d1846e0a0
Author | SHA1 | Date | |
---|---|---|---|
5d1846e0a0 | |||
130a8983a1 |
@ -33,22 +33,22 @@
|
||||
<%# Includes all stylesheet files in app/assets/stylesheets %>
|
||||
<%= javascript_include_tag "application", "data-turbo-track": "reload", type: "module" %>
|
||||
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
|
||||
<!-- <script defer data-domain="todayaiweather.com" src="https://plausible.frytea.com/js/script.js"></script>-->
|
||||
<script defer data-domain="todayaiweather.com" src="https://plausible.frytea.com/js/script.js"></script>
|
||||
|
||||
<!-- <script defer src="https://busuanzi.frytea.com/js"></script>-->
|
||||
<script defer src="https://busuanzi.frytea.com/js"></script>
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-PX1C92V5L7"></script>-->
|
||||
<!-- <script>-->
|
||||
<!-- window.dataLayer = window.dataLayer || [];-->
|
||||
<!-- function gtag(){dataLayer.push(arguments);}-->
|
||||
<!-- gtag('js', new Date());-->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PX1C92V5L7"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
<!-- gtag('config', 'G-PX1C92V5L7');-->
|
||||
<!-- </script>-->
|
||||
gtag('config', 'G-PX1C92V5L7');
|
||||
</script>
|
||||
|
||||
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7296634171837358"-->
|
||||
<!-- crossorigin="anonymous"></script>-->
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7296634171837358"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -36,9 +36,9 @@
|
||||
pswp_width: 1792,
|
||||
pswp_height: 1024
|
||||
} do %>
|
||||
<%= image_tag @weather_art.image,
|
||||
class: "object-cover w-full h-full transition-transform transform hover:scale-105 ease-in-out" %> <!-- 改变缩放效果 -->
|
||||
<% end %>
|
||||
<%= image_tag @weather_art.image, class: "object-cover w-full h-full transition-transform transform hover:scale-105 ease-in-out" %>
|
||||
<%#= image_tag @weather_art.watermarked_variant.processed , class: "object-cover w-full h-full transition-transform transform hover:scale-105 ease-in-out" %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</figure>
|
||||
@ -48,7 +48,7 @@
|
||||
<div class="card-body p-8 lg:py-10 lg:px-12">
|
||||
<div class="prose max-w-none">
|
||||
<h1 class="font-display text-4xl md:text-5xl font-bold text-gradient mb-6">
|
||||
Weather Art
|
||||
<%= @weather_art.city.full_name %> Weather Art
|
||||
</h1>
|
||||
|
||||
<div class="flex flex-wrap gap-4 mb-6">
|
||||
|
Loading…
Reference in New Issue
Block a user